Html Css Color HEX #12427C Dark Cerulean

📋 copy color: '#12427C'

red 18 ◦ green 66 ◦ blue 124

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

Shades of Dark Cerulean #12427C

Tints of Dark Cerulean #12427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 8.65%
G = 31.73%
B = 59.62%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12427C (or 0x12427C) is known color: Dark Cerulean. HEX triplet: 12, 42 and 7C. RGB value is (18,66,124). Sum of RGB (Red+Green+Blue) = 18+66+124=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #12427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12427C is #EDBD83. Grayscale: #393939. Windows color (decimal): -15580548 or 8143378. OLE color: 8143378.

HSL color Cylindrical-coordinate representation of color #12427C: hue angle of 212.83º 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 #12427C is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 66 124 -
CMYK 0.85 0.47 0 0.51
HSL 212.83º 0.75% 0.28% -
HSV(B) 212.83º 0.85% 0.49% -
XYZ 5.84 5.48 19.82 -
YUV 58.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 18 66 124 0.85 0.47 0 0.51 212.83 0.75 0.28
Hex 12 42 7C 55 2F 0 33 D5 4B 1C
Octal 22 102 174 125 57 0 63 325 113 34
Binary 10010 1000010 1111100 1010101 101111 0 110011 11010101 1001011 11100

Color Harmonies of #12427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12427C

Black with #12427C

Text Example


Text Example

White with #12427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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