Html Css Color HEX #094A76 Dark Cerulean

📋 copy color: '#094A76'

red 9 ◦ green 74 ◦ blue 118

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

Shades of Dark Cerulean #094A76

Tints of Dark Cerulean #094A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.82%

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

R = 4.48%
G = 36.82%
B = 58.71%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#094A76 (or 0x094A76) is known color: Dark Cerulean. HEX triplet: 09, 4A and 76. RGB value is (9,74,118). Sum of RGB (Red+Green+Blue) = 9+74+118=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #094A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A76 is #F6B589. Grayscale: #3B3B3B. Windows color (decimal): -16168330 or 7752201. OLE color: 7752201.

HSL color Cylindrical-coordinate representation of color #094A76: hue angle of 204.22º 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 #094A76 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 74 118 -
CMYK 0.92 0.37 0 0.54
HSL 204.22º 0.86% 0.25% -
HSV(B) 204.22º 0.92% 0.46% -
XYZ 5.83 6.26 18.04 -
YUV 59.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 9 74 118 0.92 0.37 0 0.54 204.22 0.86 0.25
Hex 9 4A 76 5C 25 0 36 CC 56 19
Octal 11 112 166 134 45 0 66 314 126 31
Binary 1001 1001010 1110110 1011100 100101 0 110110 11001100 1010110 11001

Color Harmonies of #094A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A76

Black with #094A76

Text Example


Text Example

White with #094A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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