Html Css Color HEX #094770 Dark Cerulean

📋 copy color: '#094770'

red 9 ◦ green 71 ◦ blue 112

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

Shades of Dark Cerulean #094770

Tints of Dark Cerulean #094770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.33%

R = 4.69%
G = 36.98%
B = 58.33%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094770 (or 0x094770) is known color: Dark Cerulean. HEX triplet: 09, 47 and 70. RGB value is (9,71,112). Sum of RGB (Red+Green+Blue) = 9+71+112=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #094770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094770 is #F6B88F. Grayscale: #383838. Windows color (decimal): -16169104 or 7358217. OLE color: 7358217.

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

Color convert

RGB 9 71 112 -
CMYK 0.92 0.37 0 0.56
HSL 203.88º 0.85% 0.24% -
HSV(B) 203.88º 0.92% 0.44% -
XYZ 5.29 5.73 16.16 -
YUV 57.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 9 71 112 0.92 0.37 0 0.56 203.88 0.85 0.24
Hex 9 47 70 5C 25 0 38 CC 55 18
Octal 11 107 160 134 45 0 70 314 125 30
Binary 1001 1000111 1110000 1011100 100101 0 111000 11001100 1010101 11000

Color Harmonies of #094770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094770

Black with #094770

Text Example


Text Example

White with #094770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094770; }

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

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

background-color css

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

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

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

border-color css

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

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

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