#095076

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

Shades of Dark Cerulean #095076

Tints of Dark Cerulean #095076

Color information

#095076 (or 0x095076) is unknown color: approx Dark Cerulean. HEX triplet: 09, 50 and 76. RGB value is (9,80,118). Sum of RGB (Red+Green+Blue) = 9+80+118=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #095076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095076 is #F6AF89. Grayscale: #3E3E3E. Windows color (decimal): -16166794 or 7753737. OLE color: 7753737.

HSL color Cylindrical-coordinate representation of color #095076: hue angle of 200.92º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095076 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB980118-
CMYK0.920.3200.54
HSL200.92º85.83%24.9%-
HSV(B)200.92º92.37%46.27%-
XYZ6.257.118.18-
YUV63.1158.9889.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=4.35%
G=38.65%
B=57.00%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9801180.920.3200.54200.9285.8324.9
Hex950765C20036c95619
Octal111201661344006631112631
Binary1001101000011101101011100100000011011011001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095076; }

 p { color: rgb(9,80,118); }

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

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

 a { background-color: rgb(9,80,118); }

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

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

 span { border-color: rgb(9,80,118); }

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