#095D85

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

Shades of Dark Cerulean #095D85

Tints of Dark Cerulean #095D85

Color information

#095D85 (or 0x095D85) is unknown color: approx Dark Cerulean. HEX triplet: 09, 5D and 85. RGB value is (9,93,133). Sum of RGB (Red+Green+Blue) = 9+93+133=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #095D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D85 is #F6A27A. Grayscale: #484848. Windows color (decimal): -16163451 or 8740105. OLE color: 8740105.

HSL color Cylindrical-coordinate representation of color #095D85: hue angle of 199.35º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095D85 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB993133-
CMYK0.930.3000.48
HSL199.35º87.32%27.84%-
HSV(B)199.35º93.23%52.16%-
XYZ8.269.5823.6-
YUV72.44162.1782.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=3.83%
G=39.57%
B=56.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9931330.930.3000.48199.3587.3227.84
Hex95D855D1E030c7571c
Octal111352051353606030712734
Binary1001101110110000101101110111110011000011000111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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