Html Css Color HEX #094976 Dark Cerulean

📋 copy color: '#094976'

red 9 ◦ green 73 ◦ blue 118

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

Shades of Dark Cerulean #094976

Tints of Dark Cerulean #094976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59%

R = 4.5%
G = 36.5%
B = 59%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#094976 (or 0x094976) is known color: Dark Cerulean. HEX triplet: 09, 49 and 76. RGB value is (9,73,118). Sum of RGB (Red+Green+Blue) = 9+73+118=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #094976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094976 is #F6B689. Grayscale: #3A3A3A. Windows color (decimal): -16168586 or 7751945. OLE color: 7751945.

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

Color convert

RGB 9 73 118 -
CMYK 0.92 0.38 0 0.54
HSL 204.77º 0.86% 0.25% -
HSV(B) 204.77º 0.92% 0.46% -
XYZ 5.77 6.13 18.02 -
YUV 58.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 9 73 118 0.92 0.38 0 0.54 204.77 0.86 0.25
Hex 9 49 76 5C 26 0 36 CD 56 19
Octal 11 111 166 134 46 0 66 315 126 31
Binary 1001 1001001 1110110 1011100 100110 0 110110 11001101 1010110 11001

Color Harmonies of #094976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094976

Black with #094976

Text Example


Text Example

White with #094976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094976; }

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

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

background-color css

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

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

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

border-color css

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

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

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