Html Css Color HEX #12437A Dark Cerulean

📋 copy color: '#12437A'

red 18 ◦ green 67 ◦ blue 122

#12437A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #12437A

Tints of Dark Cerulean #12437A

RGB

 RED value IS 18 (7.42% from 255) = 8.7%

 GREEN value IS 67 (26.56% from 255) = 32.37%

 BLUE value IS 122 (48.05% from 255) = 58.94%

R = 8.7%
G = 32.37%
B = 58.94%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12437A (or 0x12437A) is known color: Dark Cerulean. HEX triplet: 12, 43 and 7A. RGB value is (18,67,122). Sum of RGB (Red+Green+Blue) = 18+67+122=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #12437A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12437A is #EDBC85. Grayscale: #3A3A3A. Windows color (decimal): -15580294 or 8012562. OLE color: 8012562.

HSL color Cylindrical-coordinate representation of color #12437A: hue angle of 211.73º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12437A is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 67 122 -
CMYK 0.85 0.45 0 0.52
HSL 211.73º 0.74% 0.27% -
HSV(B) 211.73º 0.85% 0.48% -
XYZ 5.77 5.55 19.18 -
YUV 58.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 18 67 122 0.85 0.45 0 0.52 211.73 0.74 0.27
Hex 12 43 7A 55 2D 0 34 D4 4A 1B
Octal 22 103 172 125 55 0 64 324 112 33
Binary 10010 1000011 1111010 1010101 101101 0 110100 11010100 1001010 11011

Color Harmonies of #12437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12437A

Black with #12437A

Text Example


Text Example

White with #12437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12437A; }

 p { color: rgb(18,67,122); }

 H1.HeaderClassName
 {
   color: #12437A;
 }
 .AnyTagClassName
 {
   color: #12437A;
 }
</style>

background-color css

<style>
 a { background-color: #12437A; }

 a { background-color: rgb(18,67,122); }

 div.DivClassName
 {
   background-color: #12437A;
 }
 .BgClassName
 {
   background-color: #12437A;
 }
</style>

border-color css

<style>
 span { border-color: #12437A; }

 span { border-color: rgb(18,67,122); }

 td.TdClassName
 {
   border-color: #12437A;
 }
 .TagClassName
 {
   border-color: #12437A;
 }
</style>