#095889

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

Shades of Dark Cerulean #095889

Tints of Dark Cerulean #095889

Color information

#095889 (or 0x095889) is unknown color: approx Dark Cerulean. HEX triplet: 09, 58 and 89. RGB value is (9,88,137). Sum of RGB (Red+Green+Blue) = 9+88+137=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #095889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095889 is #F6A776. Grayscale: #454545. Windows color (decimal): -16164727 or 9000969. OLE color: 9000969.

HSL color Cylindrical-coordinate representation of color #095889: hue angle of 202.97º 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 #095889 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB988137-
CMYK0.930.3600.46
HSL202.97º87.67%28.63%-
HSV(B)202.97º93.43%53.73%-
XYZ8.128.8424.95-
YUV69.96165.8384.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 137 (53.91% from 255) = 58.55%
R=3.85%
G=37.61%
B=58.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9881370.930.3600.46202.9787.6728.63
Hex958895D2402Ecb581d
Octal111302111354405631313035
Binary10011011000100010011011101100100010111011001011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095889; }

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

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

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

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

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

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

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

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