Html Css Color HEX #096FB9 Denim

📋 copy color: '#096FB9'

red 9 ◦ green 111 ◦ blue 185

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

Shades of Denim #096FB9

Tints of Denim #096FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.39%

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

R = 2.95%
G = 36.39%
B = 60.66%

CMYK

 C value IS 0.95

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#096FB9 (or 0x096FB9) is known color: Denim. HEX triplet: 09, 6F and B9. RGB value is (9,111,185). Sum of RGB (Red+Green+Blue) = 9+111+185=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #096FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FB9 is #F69046. Grayscale: #585858. Windows color (decimal): -16158791 or 12152585. OLE color: 12152585.

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

Color convert

RGB 9 111 185 -
CMYK 0.95 0.4 0 0.27
HSL 205.23º 0.91% 0.38% -
HSV(B) 205.23º 0.95% 0.73% -
XYZ 14.55 14.93 48.01 -
YUV 88.94 182.21 70.98 -
System Red Green Blue C M Y K H S L
Decimal 9 111 185 0.95 0.4 0 0.27 205.23 0.91 0.38
Hex 9 6F B9 5F 28 0 1B CD 5B 26
Octal 11 157 271 137 50 0 33 315 133 46
Binary 1001 1101111 10111001 1011111 101000 0 11011 11001101 1011011 100110

Color Harmonies of #096FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FB9

Black with #096FB9

Text Example


Text Example

White with #096FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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