#096BB1

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

Shades of Denim #096BB1

Tints of Denim #096BB1

Color information

#096BB1 (or 0x096BB1) is unknown color: approx Denim. HEX triplet: 09, 6B and B1. RGB value is (9,107,177). Sum of RGB (Red+Green+Blue) = 9+107+177=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #096BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BB1 is #F6944E. Grayscale: #555555. Windows color (decimal): -16159823 or 11627273. OLE color: 11627273.

HSL color Cylindrical-coordinate representation of color #096BB1: hue angle of 205º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096BB1 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9107177-
CMYK0.950.4000.31
HSL205º90.32%36.47%-
HSV(B)205º94.92%69.41%-
XYZ13.3113.7543.55-
YUV85.68179.5373.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 177 (69.53% from 255) = 60.41%
R=3.07%
G=36.52%
B=60.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91071770.950.4000.3120590.3236.47
Hex96BB15F2801Fcd5a24
Octal111532611375003731513244
Binary10011101011101100011011111101000011111110011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,107,177); }

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

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

 a { background-color: rgb(9,107,177); }

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

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

 span { border-color: rgb(9,107,177); }

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