Color Hex Logo

#12273d Color Hex

#12273D
(18,39,61)
0 Favorites   0 Comments

Color spaces of #12273d

RGB 183961
HSL0.590.540.15
HSV211°70°24°
CMYK 0.700.360.00   0.76
XYZ1.81731.91664.6890
Yxy1.91660.21580.2275
Hunter Lab13.8441-0.7958-10.3906
CIE-Lab15.0433-0.1071-16.5800

#12273d color RGB value is (18,39,61).

#12273d hex color red value is 18, green value is 39 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #12273d hue: 0.59 , saturation: 0.54 and the lightness value of 12273d is 0.15.

The process color (four color CMYK) of #12273d color hex is 0.70, 0.36, 0.00, 0.76. Web safe color of #12273d is #003333. Color #12273d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100111 00111101
Octal 22 47 75
Decimal 18 39 61
Hex 12 27 3D

RGB Percentages of Color #12273d

%15.25
%33.05
%51.69

CMYK Percentages of Color #12273d

%70
%36
%0
%76

Triadic Colors of #12273d

#12273d #3d1227 #273d12

Analogous Colors of #12273d

#12273d #13123d #123d3d

Monochromatic Colors of #12273d

#12273d

Complementary Color

#12273d #3d2812

#12273d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12273d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12273d Color CSS Codes

.mybgcolor {background-color:#12273d; } 
.myforecolor {color:#12273d; }
.mybordercolor {border:3px solid #12273d; }

#12273d Text Font Color

<p style="color:#12273d">Text here</p>

This sample text font color is #12273d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#12273d Background Color

<div style="background-color:#12273d">
Div content here</div>

This div background color is #12273d


#12273d Border Color

<div style="border:3px solid #12273d">
Div here</div>

This div border color is #12273d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,39,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12273d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12273d;
  -webkit-box-shadow: 1px 1px 3px 2px #12273d;
  box-shadow:         1px 1px 3px 2px #12273d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,39,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #12273d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #12273d;
  -webkit-box-shadow: 1px 1px 3px 2px #12273d;
  box-shadow:         1px 1px 3px 2px #12273d;">
Div content here</div>

This div box has shadow with color #12273d


Comments

No comments written yet.

Please login to write comment.