#094389

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

Shades of Dark Cerulean #094389

Tints of Dark Cerulean #094389

Color information

#094389 (or 0x094389) is unknown color: approx Dark Cerulean. HEX triplet: 09, 43 and 89. RGB value is (9,67,137). Sum of RGB (Red+Green+Blue) = 9+67+137=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #094389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094389 is #F6BC76. Grayscale: #393939. Windows color (decimal): -16170103 or 8995593. OLE color: 8995593.

HSL color Cylindrical-coordinate representation of color #094389: hue angle of 212.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094389 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB967137-
CMYK0.930.5100.46
HSL212.81º87.67%28.63%-
HSV(B)212.81º93.43%53.73%-
XYZ6.645.8824.45-
YUV57.64172.7893.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 137 (53.91% from 255) = 64.32%
R=4.23%
G=31.46%
B=64.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9671370.930.5100.46212.8187.6728.63
Hex943895D3302Ed5581d
Octal111032111356305632513035
Binary10011000011100010011011101110011010111011010101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094389; }

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

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

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

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

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

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

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

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