#094070

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

Shades of Dark Cerulean #094070

Tints of Dark Cerulean #094070

Color information

#094070 (or 0x094070) is unknown color: approx Dark Cerulean. HEX triplet: 09, 40 and 70. RGB value is (9,64,112). Sum of RGB (Red+Green+Blue) = 9+64+112=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #094070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094070 is #F6BF8F. Grayscale: #343434. Windows color (decimal): -16170896 or 7356425. OLE color: 7356425.

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

Color convert

RGB964112-
CMYK0.920.4300.56
HSL207.96º85.12%23.73%-
HSV(B)207.96º91.96%43.92%-
XYZ4.874.8916.02-
YUV53.03161.2896.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=4.86%
G=34.59%
B=60.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9641120.920.4300.56207.9685.1223.73
Hex940705C2B038d05518
Octal111001601345307032012530
Binary1001100000011100001011100101011011100011010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094070; }

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

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

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

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

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

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

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

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