Html Css Color HEX #09426C Dark Cerulean

📋 copy color: '#09426C'

red 9 ◦ green 66 ◦ blue 108

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

Shades of Dark Cerulean #09426C

Tints of Dark Cerulean #09426C

RGB

 RED value IS 9 (3.91% from 255) = 4.92%

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

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

R = 4.92%
G = 36.07%
B = 59.02%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09426C (or 0x09426C) is known color: Dark Cerulean. HEX triplet: 09, 42 and 6C. RGB value is (9,66,108). Sum of RGB (Red+Green+Blue) = 9+66+108=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #09426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09426C is #F6BD93. Grayscale: #353535. Windows color (decimal): -16170388 or 7094793. OLE color: 7094793.

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

Color convert

RGB 9 66 108 -
CMYK 0.92 0.39 0 0.58
HSL 205.45º 0.85% 0.23% -
HSV(B) 205.45º 0.92% 0.42% -
XYZ 4.77 5.04 14.91 -
YUV 53.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 9 66 108 0.92 0.39 0 0.58 205.45 0.85 0.23
Hex 9 42 6C 5C 27 0 3A CD 55 17
Octal 11 102 154 134 47 0 72 315 125 27
Binary 1001 1000010 1101100 1011100 100111 0 111010 11001101 1010101 10111

Color Harmonies of #09426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09426C

Black with #09426C

Text Example


Text Example

White with #09426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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