#094A70

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

Shades of Dark Cerulean #094A70

Tints of Dark Cerulean #094A70

Color information

#094A70 (or 0x094A70) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4A and 70. RGB value is (9,74,112). Sum of RGB (Red+Green+Blue) = 9+74+112=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #094A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A70 is #F6B58F. Grayscale: #3A3A3A. Windows color (decimal): -16168336 or 7358985. OLE color: 7358985.

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

Color convert

RGB974112-
CMYK0.920.3400.56
HSL202.14º85.12%23.73%-
HSV(B)202.14º91.96%43.92%-
XYZ5.496.1316.22-
YUV58.9157.9792.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=4.62%
G=37.95%
B=57.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9741120.920.3400.56202.1485.1223.73
Hex94A705C22038ca5518
Octal111121601344207031212530
Binary1001100101011100001011100100010011100011001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094A70; }

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

 H1.HeaderClassName
 {
   color: #094A70;
 }
 .AnyTagClassName
 {
   color: #094A70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #094A70;
 }
 .BgClassName
 {
   background-color: #094A70;
 }
</style>
border-color css

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

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

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