Html Css Color HEX #096EB9 Denim

📋 copy color: '#096EB9'

red 9 ◦ green 110 ◦ blue 185

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

Shades of Denim #096EB9

Tints of Denim #096EB9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.18%

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

R = 2.96%
G = 36.18%
B = 60.86%

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

#096EB9 (or 0x096EB9) is known color: Denim. HEX triplet: 09, 6E and B9. RGB value is (9,110,185). Sum of RGB (Red+Green+Blue) = 9+110+185=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 185 (72.66% from 255 or 60.86% from 304); Max value from RGB is 185 - color contains mainly: blue. Hex color #096EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EB9 is #F69146. Grayscale: #575757. Windows color (decimal): -16159047 or 12152329. OLE color: 12152329.

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

Color convert

RGB 9 110 185 -
CMYK 0.95 0.41 0 0.27
HSL 205.57º 0.91% 0.38% -
HSV(B) 205.57º 0.95% 0.73% -
XYZ 14.45 14.71 47.98 -
YUV 88.35 182.54 71.4 -
System Red Green Blue C M Y K H S L
Decimal 9 110 185 0.95 0.41 0 0.27 205.57 0.91 0.38
Hex 9 6E B9 5F 29 0 1B CE 5B 26
Octal 11 156 271 137 51 0 33 316 133 46
Binary 1001 1101110 10111001 1011111 101001 0 11011 11001110 1011011 100110

Color Harmonies of #096EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EB9

Black with #096EB9

Text Example


Text Example

White with #096EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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