Html Css Color HEX #094371 Dark Cerulean

📋 copy color: '#094371'

red 9 ◦ green 67 ◦ blue 113

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

Shades of Dark Cerulean #094371

Tints of Dark Cerulean #094371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 4.76%
G = 35.45%
B = 59.79%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094371 (or 0x094371) is known color: Dark Cerulean. HEX triplet: 09, 43 and 71. RGB value is (9,67,113). Sum of RGB (Red+Green+Blue) = 9+67+113=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #094371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094371 is #F6BC8E. Grayscale: #363636. Windows color (decimal): -16170127 or 7422729. OLE color: 7422729.

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

Color convert

RGB 9 67 113 -
CMYK 0.92 0.41 0 0.56
HSL 206.54º 0.85% 0.24% -
HSV(B) 206.54º 0.92% 0.44% -
XYZ 5.1 5.26 16.37 -
YUV 54.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 9 67 113 0.92 0.41 0 0.56 206.54 0.85 0.24
Hex 9 43 71 5C 29 0 38 CF 55 18
Octal 11 103 161 134 51 0 70 317 125 30
Binary 1001 1000011 1110001 1011100 101001 0 111000 11001111 1010101 11000

Color Harmonies of #094371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094371

Black with #094371

Text Example


Text Example

White with #094371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094371; }

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

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

background-color css

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

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

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

border-color css

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

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

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