Html Css Color HEX #09428E Dark Cerulean

📋 copy color: '#09428E'

red 9 ◦ green 66 ◦ blue 142

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

Shades of Dark Cerulean #09428E

Tints of Dark Cerulean #09428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 65.44%

R = 4.15%
G = 30.41%
B = 65.44%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09428E (or 0x09428E) is known color: Dark Cerulean. HEX triplet: 09, 42 and 8E. RGB value is (9,66,142). Sum of RGB (Red+Green+Blue) = 9+66+142=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #09428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09428E is #F6BD71. Grayscale: #393939. Windows color (decimal): -16170354 or 9323017. OLE color: 9323017.

HSL color Cylindrical-coordinate representation of color #09428E: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09428E is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 66 142 -
CMYK 0.94 0.54 0 0.44
HSL 214.29º 0.88% 0.3% -
HSV(B) 214.29º 0.94% 0.56% -
XYZ 6.94 5.91 26.37 -
YUV 57.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 9 66 142 0.94 0.54 0 0.44 214.29 0.88 0.3
Hex 9 42 8E 5E 36 0 2C D6 58 1E
Octal 11 102 216 136 66 0 54 326 130 36
Binary 1001 1000010 10001110 1011110 110110 0 101100 11010110 1011000 11110

Color Harmonies of #09428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09428E

Black with #09428E

Text Example


Text Example

White with #09428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09428E; }

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

 H1.HeaderClassName
 {
   color: #09428E;
 }
 .AnyTagClassName
 {
   color: #09428E;
 }
</style>

background-color css

<style>
 a { background-color: #09428E; }

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

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

border-color css

<style>
 span { border-color: #09428E; }

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

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