#095A96

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

Shades of Dark Cerulean #095A96

Tints of Dark Cerulean #095A96

Color information

#095A96 (or 0x095A96) is unknown color: approx Dark Cerulean. HEX triplet: 09, 5A and 96. RGB value is (9,90,150). Sum of RGB (Red+Green+Blue) = 9+90+150=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #095A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A96 is #F6A569. Grayscale: #484848. Windows color (decimal): -16164202 or 9853449. OLE color: 9853449.

HSL color Cylindrical-coordinate representation of color #095A96: hue angle of 205.53º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A96 is Cyan = 0.94, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB990150-
CMYK0.940.400.41
HSL205.53º88.68%31.18%-
HSV(B)205.53º94%58.82%-
XYZ9.279.5730.21-
YUV72.62171.6682.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.61%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=3.61%
G=36.14%
B=60.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9901500.940.400.41205.5388.6831.18
Hex95A965E28029ce591f
Octal111322261365005131613137
Binary10011011010100101101011110101000010100111001110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,90,150); }

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

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

 a { background-color: rgb(9,90,150); }

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

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

 span { border-color: rgb(9,90,150); }

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