#095279

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

Shades of Dark Cerulean #095279

Tints of Dark Cerulean #095279

Color information

#095279 (or 0x095279) is unknown color: approx Dark Cerulean. HEX triplet: 09, 52 and 79. RGB value is (9,82,121). Sum of RGB (Red+Green+Blue) = 9+82+121=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #095279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095279 is #F6AD86. Grayscale: #404040. Windows color (decimal): -16166279 or 7950857. OLE color: 7950857.

HSL color Cylindrical-coordinate representation of color #095279: hue angle of 200.89º 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 #095279 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB982121-
CMYK0.930.3200.53
HSL200.89º86.15%25.49%-
HSV(B)200.89º92.56%47.45%-
XYZ6.587.4719.18-
YUV64.62159.8288.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 121 (47.66% from 255) = 57.08%
R=4.25%
G=38.68%
B=57.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9821210.930.3200.53200.8986.1525.49
Hex952795D20035c95619
Octal111221711354006531112631
Binary1001101001011110011011101100000011010111001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095279; }

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

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

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

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

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

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

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

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