#095679

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

Shades of Dark Cerulean #095679

Tints of Dark Cerulean #095679

Color information

#095679 (or 0x095679) is unknown color: approx Dark Cerulean. HEX triplet: 09, 56 and 79. RGB value is (9,86,121). Sum of RGB (Red+Green+Blue) = 9+86+121=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #095679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095679 is #F6A986. Grayscale: #424242. Windows color (decimal): -16165255 or 7951881. OLE color: 7951881.

HSL color Cylindrical-coordinate representation of color #095679: hue angle of 198.75º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095679 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB986121-
CMYK0.930.2900.53
HSL198.75º86.15%25.49%-
HSV(B)198.75º92.56%47.45%-
XYZ6.898.0919.29-
YUV66.97158.4986.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=4.17%
G=39.81%
B=56.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9861210.930.2900.53198.7586.1525.49
Hex956795D1D035c75619
Octal111261711353506530712631
Binary100110101101111001101110111101011010111000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095679; }

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

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

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

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

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

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

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

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