Html Css Color HEX #096AB5 Denim

📋 copy color: '#096AB5'

red 9 ◦ green 106 ◦ blue 181

#096AB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #096AB5

Tints of Denim #096AB5

RGB

 RED value IS 9 (3.91% from 255) = 3.04%

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 181 (71.09% from 255) = 61.15%

R = 3.04%
G = 35.81%
B = 61.15%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#096AB5 (or 0x096AB5) is known color: Denim. HEX triplet: 09, 6A and B5. RGB value is (9,106,181). Sum of RGB (Red+Green+Blue) = 9+106+181=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 181 (71.09% from 255 or 61.15% from 296); Max value from RGB is 181 - color contains mainly: blue. Hex color #096AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AB5 is #F6954A. Grayscale: #555555. Windows color (decimal): -16160075 or 11889161. OLE color: 11889161.

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

Color convert

RGB 9 106 181 -
CMYK 0.95 0.41 0 0.29
HSL 206.16º 0.91% 0.37% -
HSV(B) 206.16º 0.95% 0.71% -
XYZ 13.61 13.7 45.64 -
YUV 85.55 181.86 73.4 -
System Red Green Blue C M Y K H S L
Decimal 9 106 181 0.95 0.41 0 0.29 206.16 0.91 0.37
Hex 9 6A B5 5F 29 0 1D CE 5B 25
Octal 11 152 265 137 51 0 35 316 133 45
Binary 1001 1101010 10110101 1011111 101001 0 11101 11001110 1011011 100101

Color Harmonies of #096AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AB5

Black with #096AB5

Text Example


Text Example

White with #096AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,181); }

 H1.HeaderClassName
 {
   color: #096AB5;
 }
 .AnyTagClassName
 {
   color: #096AB5;
 }
</style>

background-color css

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

 a { background-color: rgb(9,106,181); }

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

border-color css

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

 span { border-color: rgb(9,106,181); }

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