Html Css Color HEX #096AB1 Denim

📋 copy color: '#096AB1'

red 9 ◦ green 106 ◦ blue 177

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

Shades of Denim #096AB1

Tints of Denim #096AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.62%

R = 3.08%
G = 36.3%
B = 60.62%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#096AB1 (or 0x096AB1) is known color: Denim. HEX triplet: 09, 6A and B1. RGB value is (9,106,177). Sum of RGB (Red+Green+Blue) = 9+106+177=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #096AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096AB1 is #F6954E. Grayscale: #545454. Windows color (decimal): -16160079 or 11627017. OLE color: 11627017.

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

Color convert

RGB 9 106 177 -
CMYK 0.95 0.40 0 0.31
HSL 205.36º 0.9% 0.36% -
HSV(B) 205.36º 0.95% 0.69% -
XYZ 13.2 13.54 43.51 -
YUV 85.09 179.86 73.73 -
System Red Green Blue C M Y K H S L
Decimal 9 106 177 0.95 0.40 0 0.31 205.36 0.9 0.36
Hex 9 6A B1 5F 28 0 1F CD 5A 24
Octal 11 152 261 137 50 0 37 315 132 44
Binary 1001 1101010 10110001 1011111 101000 0 11111 11001101 1011010 100100

Color Harmonies of #096AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AB1

Black with #096AB1

Text Example


Text Example

White with #096AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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