#094390

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

Shades of Dark Cerulean #094390

Tints of Dark Cerulean #094390

Color information

#094390 (or 0x094390) is unknown color: approx Dark Cerulean. HEX triplet: 09, 43 and 90. RGB value is (9,67,144). Sum of RGB (Red+Green+Blue) = 9+67+144=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #094390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094390 is #F6BC6F. Grayscale: #3A3A3A. Windows color (decimal): -16170096 or 9454345. OLE color: 9454345.

HSL color Cylindrical-coordinate representation of color #094390: hue angle of 214.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094390 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB967144-
CMYK0.940.5300.44
HSL214.22º88.24%30%-
HSV(B)214.22º93.75%56.47%-
XYZ7.156.0927.18-
YUV58.44176.2892.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 144 (56.64% from 255) = 65.45%
R=4.09%
G=30.45%
B=65.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9671440.940.5300.44214.2288.2430
Hex943905E3502Cd6581e
Octal111032201366505432613036
Binary10011000011100100001011110110101010110011010110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094390; }

 p { color: rgb(9,67,144); }

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

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

 a { background-color: rgb(9,67,144); }

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

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

 span { border-color: rgb(9,67,144); }

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