Html Css Color HEX #096AB4 Denim

📋 copy color: '#096AB4'

red 9 ◦ green 106 ◦ blue 180

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

Shades of Denim #096AB4

Tints of Denim #096AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.02%

R = 3.05%
G = 35.93%
B = 61.02%

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

#096AB4 (or 0x096AB4) is known color: Denim. HEX triplet: 09, 6A and B4. RGB value is (9,106,180). Sum of RGB (Red+Green+Blue) = 9+106+180=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #096AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AB4 is #F6954B. Grayscale: #555555. Windows color (decimal): -16160076 or 11823625. OLE color: 11823625.

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

Color convert

RGB 9 106 180 -
CMYK 0.95 0.41 0 0.29
HSL 205.96º 0.9% 0.37% -
HSV(B) 205.96º 0.95% 0.71% -
XYZ 13.5 13.66 45.11 -
YUV 85.43 181.36 73.48 -
System Red Green Blue C M Y K H S L
Decimal 9 106 180 0.95 0.41 0 0.29 205.96 0.9 0.37
Hex 9 6A B4 5F 29 0 1D CE 5A 25
Octal 11 152 264 137 51 0 35 316 132 45
Binary 1001 1101010 10110100 1011111 101001 0 11101 11001110 1011010 100101

Color Harmonies of #096AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AB4

Black with #096AB4

Text Example


Text Example

White with #096AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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