Html Css Color HEX #094772 Dark Cerulean

📋 copy color: '#094772'

red 9 ◦ green 71 ◦ blue 114

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

Shades of Dark Cerulean #094772

Tints of Dark Cerulean #094772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

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

R = 4.64%
G = 36.6%
B = 58.76%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#094772 (or 0x094772) is known color: Dark Cerulean. HEX triplet: 09, 47 and 72. RGB value is (9,71,114). Sum of RGB (Red+Green+Blue) = 9+71+114=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #094772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094772 is #F6B88D. Grayscale: #393939. Windows color (decimal): -16169102 or 7489289. OLE color: 7489289.

HSL color Cylindrical-coordinate representation of color #094772: hue angle of 204.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 #094772 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 71 114 -
CMYK 0.92 0.38 0 0.55
HSL 204.57º 0.85% 0.24% -
HSV(B) 204.57º 0.92% 0.45% -
XYZ 5.4 5.78 16.75 -
YUV 57.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 9 71 114 0.92 0.38 0 0.55 204.57 0.85 0.24
Hex 9 47 72 5C 26 0 37 CD 55 18
Octal 11 107 162 134 46 0 67 315 125 30
Binary 1001 1000111 1110010 1011100 100110 0 110111 11001101 1010101 11000

Color Harmonies of #094772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094772

Black with #094772

Text Example


Text Example

White with #094772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094772; }

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

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

background-color css

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

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

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

border-color css

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

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

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