#095D89

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

Shades of Dark Cerulean #095D89

Tints of Dark Cerulean #095D89

Color information

#095D89 (or 0x095D89) is unknown color: approx Dark Cerulean. HEX triplet: 09, 5D and 89. RGB value is (9,93,137). Sum of RGB (Red+Green+Blue) = 9+93+137=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #095D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D89 is #F6A276. Grayscale: #484848. Windows color (decimal): -16163447 or 9002249. OLE color: 9002249.

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

Color convert

RGB993137-
CMYK0.930.3200.46
HSL200.62º87.67%28.63%-
HSV(B)200.62º93.43%53.73%-
XYZ8.549.6925.09-
YUV72.9164.1782.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.77%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 137 (53.91% from 255) = 57.32%
R=3.77%
G=38.91%
B=57.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9931370.930.3200.46200.6287.6728.63
Hex95D895D2002Ec9581d
Octal111352111354005631113035
Binary10011011101100010011011101100000010111011001001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095D89; }

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

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

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

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

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

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

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

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