Html Css Color HEX #096ABD Denim

📋 copy color: '#096ABD'

red 9 ◦ green 106 ◦ blue 189

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

Shades of Denim #096ABD

Tints of Denim #096ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 2.96%
G = 34.87%
B = 62.17%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#096ABD (or 0x096ABD) is known color: Denim. HEX triplet: 09, 6A and BD. RGB value is (9,106,189). Sum of RGB (Red+Green+Blue) = 9+106+189=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #096ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ABD is #F69542. Grayscale: #565656. Windows color (decimal): -16160067 or 12413449. OLE color: 12413449.

HSL color Cylindrical-coordinate representation of color #096ABD: hue angle of 207.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096ABD is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 106 189 -
CMYK 0.95 0.44 0 0.26
HSL 207.67º 0.91% 0.39% -
HSV(B) 207.67º 0.95% 0.74% -
XYZ 14.45 14.04 50.09 -
YUV 86.46 185.86 72.75 -
System Red Green Blue C M Y K H S L
Decimal 9 106 189 0.95 0.44 0 0.26 207.67 0.91 0.39
Hex 9 6A BD 5F 2C 0 1A D0 5B 27
Octal 11 152 275 137 54 0 32 320 133 47
Binary 1001 1101010 10111101 1011111 101100 0 11010 11010000 1011011 100111

Color Harmonies of #096ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ABD

Black with #096ABD

Text Example


Text Example

White with #096ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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