#094588

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

Shades of Dark Cerulean #094588

Tints of Dark Cerulean #094588

Color information

#094588 (or 0x094588) is unknown color: approx Dark Cerulean. HEX triplet: 09, 45 and 88. RGB value is (9,69,136). Sum of RGB (Red+Green+Blue) = 9+69+136=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #094588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094588 is #F6BA77. Grayscale: #3A3A3A. Windows color (decimal): -16169592 or 8930569. OLE color: 8930569.

HSL color Cylindrical-coordinate representation of color #094588: hue angle of 211.65º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094588 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB969136-
CMYK0.930.4900.47
HSL211.65º87.59%28.43%-
HSV(B)211.65º93.38%53.33%-
XYZ6.686.0924.12-
YUV58.7171.6292.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 136 (53.52% from 255) = 63.55%
R=4.21%
G=32.24%
B=63.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9691360.930.4900.47211.6587.5928.43
Hex945885D3102Fd4581c
Octal111052101356105732413034
Binary10011000101100010001011101110001010111111010100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094588; }

 p { color: rgb(9,69,136); }

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

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

 a { background-color: rgb(9,69,136); }

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

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

 span { border-color: rgb(9,69,136); }

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