Html Css Color HEX #094471 Dark Cerulean

📋 copy color: '#094471'

red 9 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #094471

Tints of Dark Cerulean #094471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.79%

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

R = 4.74%
G = 35.79%
B = 59.47%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094471 (or 0x094471) is known color: Dark Cerulean. HEX triplet: 09, 44 and 71. RGB value is (9,68,113). Sum of RGB (Red+Green+Blue) = 9+68+113=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #094471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094471 is #F6BB8E. Grayscale: #373737. Windows color (decimal): -16169871 or 7422985. OLE color: 7422985.

HSL color Cylindrical-coordinate representation of color #094471: hue angle of 205.96º 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 #094471 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 68 113 -
CMYK 0.92 0.40 0 0.56
HSL 205.96º 0.85% 0.24% -
HSV(B) 205.96º 0.92% 0.44% -
XYZ 5.16 5.38 16.39 -
YUV 55.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 9 68 113 0.92 0.40 0 0.56 205.96 0.85 0.24
Hex 9 44 71 5C 28 0 38 CE 55 18
Octal 11 104 161 134 50 0 70 316 125 30
Binary 1001 1000100 1110001 1011100 101000 0 111000 11001110 1010101 11000

Color Harmonies of #094471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094471

Black with #094471

Text Example


Text Example

White with #094471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094471; }

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

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

background-color css

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

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

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

border-color css

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

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

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