#0955C4

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

Shades of Denim #0955C4

Tints of Denim #0955C4

Color information

#0955C4 (or 0x0955C4) is unknown color: approx Denim. HEX triplet: 09, 55 and C4. RGB value is (9,85,196). Sum of RGB (Red+Green+Blue) = 9+85+196=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 196 (76.95% from 255 or 67.59% from 290); Max value from RGB is 196 - color contains mainly: blue. Hex color #0955C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0955C4 is #F6AA3B. Grayscale: #4A4A4A. Windows color (decimal): -16165436 or 12866825. OLE color: 12866825.

HSL color Cylindrical-coordinate representation of color #0955C4: hue angle of 215.61º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0955C4 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB985196-
CMYK0.950.5700.23
HSL215.61º91.22%40.2%-
HSV(B)215.61º95.41%76.86%-
XYZ13.3210.5453.56-
YUV74.93196.3280.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.10%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 196 (76.95% from 255) = 67.59%
R=3.10%
G=29.31%
B=67.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9851960.950.5700.23215.6191.2240.2
Hex955C45F39017d85b28
Octal111253041377102733013350
Binary10011010101110001001011111111001010111110110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0955C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0955C4; }

 p { color: rgb(9,85,196); }

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

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

 a { background-color: rgb(9,85,196); }

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

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

 span { border-color: rgb(9,85,196); }

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