Html Css Color HEX #12426D Dark Cerulean

📋 copy color: '#12426D'

red 18 ◦ green 66 ◦ blue 109

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

Shades of Dark Cerulean #12426D

Tints of Dark Cerulean #12426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 56.48%

R = 9.33%
G = 34.2%
B = 56.48%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12426D (or 0x12426D) is known color: Dark Cerulean. HEX triplet: 12, 42 and 6D. RGB value is (18,66,109). Sum of RGB (Red+Green+Blue) = 18+66+109=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #12426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12426D is #EDBD92. Grayscale: #383838. Windows color (decimal): -15580563 or 7160338. OLE color: 7160338.

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

Color convert

RGB 18 66 109 -
CMYK 0.83 0.39 0 0.57
HSL 208.35º 0.72% 0.25% -
HSV(B) 208.35º 0.83% 0.43% -
XYZ 4.96 5.13 15.2 -
YUV 56.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 18 66 109 0.83 0.39 0 0.57 208.35 0.72 0.25
Hex 12 42 6D 53 27 0 39 D0 48 19
Octal 22 102 155 123 47 0 71 320 110 31
Binary 10010 1000010 1101101 1010011 100111 0 111001 11010000 1001000 11001

Color Harmonies of #12426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12426D

Black with #12426D

Text Example


Text Example

White with #12426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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