Html Css Color HEX #096DB9 Denim

📋 copy color: '#096DB9'

red 9 ◦ green 109 ◦ blue 185

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

Shades of Denim #096DB9

Tints of Denim #096DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.97%

 BLUE value IS 185 (72.66% from 255) = 61.06%

R = 2.97%
G = 35.97%
B = 61.06%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#096DB9 (or 0x096DB9) is known color: Denim. HEX triplet: 09, 6D and B9. RGB value is (9,109,185). Sum of RGB (Red+Green+Blue) = 9+109+185=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 185 (72.66% from 255 or 61.06% from 303); Max value from RGB is 185 - color contains mainly: blue. Hex color #096DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DB9 is #F69246. Grayscale: #575757. Windows color (decimal): -16159303 or 12152073. OLE color: 12152073.

HSL color Cylindrical-coordinate representation of color #096DB9: hue angle of 205.91º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DB9 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 109 185 -
CMYK 0.95 0.41 0 0.27
HSL 205.91º 0.91% 0.38% -
HSV(B) 205.91º 0.95% 0.73% -
XYZ 14.34 14.5 47.94 -
YUV 87.76 182.87 71.82 -
System Red Green Blue C M Y K H S L
Decimal 9 109 185 0.95 0.41 0 0.27 205.91 0.91 0.38
Hex 9 6D B9 5F 29 0 1B CE 5B 26
Octal 11 155 271 137 51 0 33 316 133 46
Binary 1001 1101101 10111001 1011111 101001 0 11011 11001110 1011011 100110

Color Harmonies of #096DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DB9

Black with #096DB9

Text Example


Text Example

White with #096DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,109,185); }

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

background-color css

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

 a { background-color: rgb(9,109,185); }

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

border-color css

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

 span { border-color: rgb(9,109,185); }

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