Html Css Color HEX #096AAF Denim

📋 copy color: '#096AAF'

red 9 ◦ green 106 ◦ blue 175

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

Shades of Denim #096AAF

Tints of Denim #096AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 3.1%
G = 36.55%
B = 60.34%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#096AAF (or 0x096AAF) is known color: Denim. HEX triplet: 09, 6A and AF. RGB value is (9,106,175). Sum of RGB (Red+Green+Blue) = 9+106+175=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #096AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096AAF is #F69550. Grayscale: #545454. Windows color (decimal): -16160081 or 11495945. OLE color: 11495945.

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

Color convert

RGB 9 106 175 -
CMYK 0.95 0.39 0 0.31
HSL 204.94º 0.9% 0.36% -
HSV(B) 204.94º 0.95% 0.69% -
XYZ 13 13.46 42.47 -
YUV 84.86 178.86 73.89 -
System Red Green Blue C M Y K H S L
Decimal 9 106 175 0.95 0.39 0 0.31 204.94 0.9 0.36
Hex 9 6A AF 5F 27 0 1F CD 5A 24
Octal 11 152 257 137 47 0 37 315 132 44
Binary 1001 1101010 10101111 1011111 100111 0 11111 11001101 1011010 100100

Color Harmonies of #096AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AAF

Black with #096AAF

Text Example


Text Example

White with #096AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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