Html Css Color HEX #094072 Dark Cerulean

📋 copy color: '#094072'

red 9 ◦ green 64 ◦ blue 114

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

Shades of Dark Cerulean #094072

Tints of Dark Cerulean #094072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.22%

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 4.81%
G = 34.22%
B = 60.96%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#094072 (or 0x094072) is known color: Dark Cerulean. HEX triplet: 09, 40 and 72. RGB value is (9,64,114). Sum of RGB (Red+Green+Blue) = 9+64+114=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #094072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094072 is #F6BF8D. Grayscale: #353535. Windows color (decimal): -16170894 or 7487497. OLE color: 7487497.

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

Color convert

RGB 9 64 114 -
CMYK 0.92 0.44 0 0.55
HSL 208.57º 0.85% 0.24% -
HSV(B) 208.57º 0.92% 0.45% -
XYZ 4.98 4.94 16.61 -
YUV 53.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 9 64 114 0.92 0.44 0 0.55 208.57 0.85 0.24
Hex 9 40 72 5C 2C 0 37 D1 55 18
Octal 11 100 162 134 54 0 67 321 125 30
Binary 1001 1000000 1110010 1011100 101100 0 110111 11010001 1010101 11000

Color Harmonies of #094072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094072

Black with #094072

Text Example


Text Example

White with #094072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094072; }

 p { color: rgb(9,64,114); }

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

background-color css

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

 a { background-color: rgb(9,64,114); }

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

border-color css

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

 span { border-color: rgb(9,64,114); }

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