#094770

Color #094770 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #094770

Tints of Dark Cerulean #094770

Color information

#094770 (or 0x094770) is unknown color: approx 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

RGB971112-
CMYK0.920.3700.56
HSL203.88º85.12%23.73%-
HSV(B)203.88º91.96%43.92%-
XYZ5.295.7316.16-
YUV57.14158.9693.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9711120.920.3700.56203.8885.1223.73
Hex947705C25038cc5518
Octal111071601344507031412530
Binary1001100011111100001011100100101011100011001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>