Html Css Color HEX #09478E Dark Cerulean

📋 copy color: '#09478E'

red 9 ◦ green 71 ◦ blue 142

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

Shades of Dark Cerulean #09478E

Tints of Dark Cerulean #09478E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.98%

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

R = 4.05%
G = 31.98%
B = 63.96%

CMYK

 C value IS 0.94

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09478E (or 0x09478E) is known color: Dark Cerulean. HEX triplet: 09, 47 and 8E. RGB value is (9,71,142). Sum of RGB (Red+Green+Blue) = 9+71+142=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #09478E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09478E is #F6B871. Grayscale: #3C3C3C. Windows color (decimal): -16169074 or 9324297. OLE color: 9324297.

HSL color Cylindrical-coordinate representation of color #09478E: hue angle of 212.03º 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 #09478E is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 71 142 -
CMYK 0.94 0.5 0 0.44
HSL 212.03º 0.88% 0.3% -
HSV(B) 212.03º 0.94% 0.56% -
XYZ 7.25 6.52 26.47 -
YUV 60.56 173.96 91.23 -
System Red Green Blue C M Y K H S L
Decimal 9 71 142 0.94 0.5 0 0.44 212.03 0.88 0.3
Hex 9 47 8E 5E 32 0 2C D4 58 1E
Octal 11 107 216 136 62 0 54 324 130 36
Binary 1001 1000111 10001110 1011110 110010 0 101100 11010100 1011000 11110

Color Harmonies of #09478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09478E

Black with #09478E

Text Example


Text Example

White with #09478E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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