Html Css Color HEX #094971 Dark Cerulean

📋 copy color: '#094971'

red 9 ◦ green 73 ◦ blue 113

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

Shades of Dark Cerulean #094971

Tints of Dark Cerulean #094971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.95%

R = 4.62%
G = 37.44%
B = 57.95%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094971 (or 0x094971) is known color: Dark Cerulean. HEX triplet: 09, 49 and 71. RGB value is (9,73,113). Sum of RGB (Red+Green+Blue) = 9+73+113=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #094971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094971 is #F6B68E. Grayscale: #3A3A3A. Windows color (decimal): -16168591 or 7424265. OLE color: 7424265.

HSL color Cylindrical-coordinate representation of color #094971: hue angle of 203.08º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094971 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 73 113 -
CMYK 0.92 0.35 0 0.56
HSL 203.08º 0.85% 0.24% -
HSV(B) 203.08º 0.92% 0.44% -
XYZ 5.48 6.02 16.5 -
YUV 58.42 158.8 92.75 -
System Red Green Blue C M Y K H S L
Decimal 9 73 113 0.92 0.35 0 0.56 203.08 0.85 0.24
Hex 9 49 71 5C 23 0 38 CB 55 18
Octal 11 111 161 134 43 0 70 313 125 30
Binary 1001 1001001 1110001 1011100 100011 0 111000 11001011 1010101 11000

Color Harmonies of #094971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094971

Black with #094971

Text Example


Text Example

White with #094971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094971; }

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

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

background-color css

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

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

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

border-color css

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

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

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