#095680

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

Shades of Dark Cerulean #095680

Tints of Dark Cerulean #095680

Color information

#095680 (or 0x095680) is unknown color: approx Dark Cerulean. HEX triplet: 09, 56 and 80. RGB value is (9,86,128). Sum of RGB (Red+Green+Blue) = 9+86+128=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #095680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095680 is #F6A97F. Grayscale: #434343. Windows color (decimal): -16165248 or 8410633. OLE color: 8410633.

HSL color Cylindrical-coordinate representation of color #095680: hue angle of 201.18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095680 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB986128-
CMYK0.930.3300.50
HSL201.18º86.86%26.86%-
HSV(B)201.18º92.97%50.2%-
XYZ7.348.2721.63-
YUV67.76161.9986.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=4.04%
G=38.57%
B=57.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9861280.930.3300.50201.1886.8626.86
Hex956805D21032c9571b
Octal111262001354106231112733
Binary10011010110100000001011101100001011001011001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095680; }

 p { color: rgb(9,86,128); }

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

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

 a { background-color: rgb(9,86,128); }

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

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

 span { border-color: rgb(9,86,128); }

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