#094270

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

Shades of Dark Cerulean #094270

Tints of Dark Cerulean #094270

Color information

#094270 (or 0x094270) is unknown color: approx Dark Cerulean. HEX triplet: 09, 42 and 70. RGB value is (9,66,112). Sum of RGB (Red+Green+Blue) = 9+66+112=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #094270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094270 is #F6BD8F. Grayscale: #353535. Windows color (decimal): -16170384 or 7356937. OLE color: 7356937.

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

Color convert

RGB966112-
CMYK0.920.4100.56
HSL206.8º85.12%23.73%-
HSV(B)206.8º91.96%43.92%-
XYZ4.995.1216.06-
YUV54.2160.6295.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=4.81%
G=35.29%
B=59.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9661120.920.4100.56206.885.1223.73
Hex942705C29038cf5518
Octal111021601345107031712530
Binary1001100001011100001011100101001011100011001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094270; }

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

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

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

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

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

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

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

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