#096CB4

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

Shades of Denim #096CB4

Tints of Denim #096CB4

Color information

#096CB4 (or 0x096CB4) is unknown color: approx Denim. HEX triplet: 09, 6C and B4. RGB value is (9,108,180). Sum of RGB (Red+Green+Blue) = 9+108+180=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #096CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CB4 is #F6934B. Grayscale: #565656. Windows color (decimal): -16159564 or 11824137. OLE color: 11824137.

HSL color Cylindrical-coordinate representation of color #096CB4: hue angle of 205.26º degrees, saturation: 0.9, 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 #096CB4 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9108180-
CMYK0.950.4000.29
HSL205.26º90.48%37.06%-
HSV(B)205.26º95%70.59%-
XYZ13.7114.0845.17-
YUV86.61180.772.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.03%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 180 (70.70% from 255) = 60.61%
R=3.03%
G=36.36%
B=60.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91081800.950.4000.29205.2690.4837.06
Hex96CB45F2801Dcd5a25
Octal111542641375003531513245
Binary10011101100101101001011111101000011101110011011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096CB4; }

 p { color: rgb(9,108,180); }

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

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

 a { background-color: rgb(9,108,180); }

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

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

 span { border-color: rgb(9,108,180); }

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