#0952C6

Color #0952C6 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0952C6

Tints of Denim #0952C6

Color information

#0952C6 (or 0x0952C6) is unknown color: approx Denim. HEX triplet: 09, 52 and C6. RGB value is (9,82,198). Sum of RGB (Red+Green+Blue) = 9+82+198=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 198 (77.73% from 255 or 68.51% from 289); Max value from RGB is 198 - color contains mainly: blue. Hex color #0952C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952C6 is #F6AD39. Grayscale: #484848. Windows color (decimal): -16166202 or 12997129. OLE color: 12997129.

HSL color Cylindrical-coordinate representation of color #0952C6: hue angle of 216.83º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0952C6 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB982198-
CMYK0.950.5900.22
HSL216.83º91.3%40.59%-
HSV(B)216.83º95.45%77.65%-
XYZ13.3210.1754.69-
YUV73.4198.3282.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.11%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 198 (77.73% from 255) = 68.51%
R=3.11%
G=28.37%
B=68.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal9821980.950.5900.22216.8391.340.59
Hex952C65F3B016d95b29
Octal111223061377302633113351
Binary10011010010110001101011111111011010110110110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0952C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0952C6; }

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

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

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

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

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

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

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

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