#0958B6

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

Shades of Denim #0958B6

Tints of Denim #0958B6

Color information

#0958B6 (or 0x0958B6) is unknown color: approx Denim. HEX triplet: 09, 58 and B6. RGB value is (9,88,182). Sum of RGB (Red+Green+Blue) = 9+88+182=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #0958B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958B6 is #F6A749. Grayscale: #4A4A4A. Windows color (decimal): -16164682 or 11950089. OLE color: 11950089.

HSL color Cylindrical-coordinate representation of color #0958B6: hue angle of 212.6º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0958B6 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB988182-
CMYK0.950.5200.29
HSL212.6º90.58%37.45%-
HSV(B)212.6º95.05%71.37%-
XYZ12.0510.4145.63-
YUV75.1188.3380.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.23%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 182 (71.48% from 255) = 65.23%
R=3.23%
G=31.54%
B=65.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9881820.950.5200.29212.690.5837.45
Hex958B65F3401Dd55b25
Octal111302661376403532513345
Binary10011011000101101101011111110100011101110101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0958B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0958B6; }

 p { color: rgb(9,88,182); }

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

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

 a { background-color: rgb(9,88,182); }

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

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

 span { border-color: rgb(9,88,182); }

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