#0958B2

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

Shades of Denim #0958B2

Tints of Denim #0958B2

Color information

#0958B2 (or 0x0958B2) is unknown color: approx Denim. HEX triplet: 09, 58 and B2. RGB value is (9,88,178). Sum of RGB (Red+Green+Blue) = 9+88+178=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 178 (69.92% from 255 or 64.73% from 275); Max value from RGB is 178 - color contains mainly: blue. Hex color #0958B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0958B2 is #F6A74D. Grayscale: #4A4A4A. Windows color (decimal): -16164686 or 11687945. OLE color: 11687945.

HSL color Cylindrical-coordinate representation of color #0958B2: hue angle of 211.95º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0958B2 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB988178-
CMYK0.950.5100.30
HSL211.95º90.37%36.67%-
HSV(B)211.95º94.94%69.8%-
XYZ11.6410.2543.48-
YUV74.64186.3381.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 178 (69.92% from 255) = 64.73%
R=3.27%
G=32%
B=64.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal9881780.950.5100.30211.9590.3736.67
Hex958B25F3301Ed45a25
Octal111302621376303632413245
Binary10011011000101100101011111110011011110110101001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0958B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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