Html Css Color HEX #12437C Dark Cerulean

📋 copy color: '#12437C'

red 18 ◦ green 67 ◦ blue 124

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

Shades of Dark Cerulean #12437C

Tints of Dark Cerulean #12437C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.33%

R = 8.61%
G = 32.06%
B = 59.33%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12437C (or 0x12437C) is known color: Dark Cerulean. HEX triplet: 12, 43 and 7C. RGB value is (18,67,124). Sum of RGB (Red+Green+Blue) = 18+67+124=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #12437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12437C is #EDBC83. Grayscale: #3A3A3A. Windows color (decimal): -15580292 or 8143634. OLE color: 8143634.

HSL color Cylindrical-coordinate representation of color #12437C: hue angle of 212.26º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12437C is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 67 124 -
CMYK 0.85 0.46 0 0.51
HSL 212.26º 0.75% 0.28% -
HSV(B) 212.26º 0.85% 0.49% -
XYZ 5.89 5.6 19.84 -
YUV 58.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 18 67 124 0.85 0.46 0 0.51 212.26 0.75 0.28
Hex 12 43 7C 55 2E 0 33 D4 4B 1C
Octal 22 103 174 125 56 0 63 324 113 34
Binary 10010 1000011 1111100 1010101 101110 0 110011 11010100 1001011 11100

Color Harmonies of #12437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12437C

Black with #12437C

Text Example


Text Example

White with #12437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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