Html Css Color HEX #094977 Dark Cerulean

📋 copy color: '#094977'

red 9 ◦ green 73 ◦ blue 119

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

Shades of Dark Cerulean #094977

Tints of Dark Cerulean #094977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 119 (46.88% from 255) = 59.2%

R = 4.48%
G = 36.32%
B = 59.2%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#094977 (or 0x094977) is known color: Dark Cerulean. HEX triplet: 09, 49 and 77. RGB value is (9,73,119). Sum of RGB (Red+Green+Blue) = 9+73+119=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #094977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094977 is #F6B688. Grayscale: #3A3A3A. Windows color (decimal): -16168585 or 7817481. OLE color: 7817481.

HSL color Cylindrical-coordinate representation of color #094977: hue angle of 205.09º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094977 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 73 119 -
CMYK 0.92 0.39 0 0.53
HSL 205.09º 0.86% 0.25% -
HSV(B) 205.09º 0.92% 0.47% -
XYZ 5.82 6.16 18.33 -
YUV 59.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 9 73 119 0.92 0.39 0 0.53 205.09 0.86 0.25
Hex 9 49 77 5C 27 0 35 CD 56 19
Octal 11 111 167 134 47 0 65 315 126 31
Binary 1001 1001001 1110111 1011100 100111 0 110101 11001101 1010110 11001

Color Harmonies of #094977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094977

Black with #094977

Text Example


Text Example

White with #094977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094977; }

 p { color: rgb(9,73,119); }

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

background-color css

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

 a { background-color: rgb(9,73,119); }

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

border-color css

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

 span { border-color: rgb(9,73,119); }

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