Html Css Color HEX #12426C Dark Cerulean

📋 copy color: '#12426C'

red 18 ◦ green 66 ◦ blue 108

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

Shades of Dark Cerulean #12426C

Tints of Dark Cerulean #12426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.25%

R = 9.38%
G = 34.38%
B = 56.25%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12426C (or 0x12426C) is known color: Dark Cerulean. HEX triplet: 12, 42 and 6C. RGB value is (18,66,108). Sum of RGB (Red+Green+Blue) = 18+66+108=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #12426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12426C is #EDBD93. Grayscale: #383838. Windows color (decimal): -15580564 or 7094802. OLE color: 7094802.

HSL color Cylindrical-coordinate representation of color #12426C: hue angle of 208º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12426C is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 66 108 -
CMYK 0.83 0.39 0 0.58
HSL 208º 0.71% 0.25% -
HSV(B) 208º 0.83% 0.42% -
XYZ 4.9 5.11 14.91 -
YUV 56.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 18 66 108 0.83 0.39 0 0.58 208 0.71 0.25
Hex 12 42 6C 53 27 0 3A D0 47 19
Octal 22 102 154 123 47 0 72 320 107 31
Binary 10010 1000010 1101100 1010011 100111 0 111010 11010000 1000111 11001

Color Harmonies of #12426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12426C

Black with #12426C

Text Example


Text Example

White with #12426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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