Html Css Color HEX #096EBA Denim

📋 copy color: '#096EBA'

red 9 ◦ green 110 ◦ blue 186

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

Shades of Denim #096EBA

Tints of Denim #096EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 2.95%
G = 36.07%
B = 60.98%

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

#096EBA (or 0x096EBA) is known color: Denim. HEX triplet: 09, 6E and BA. RGB value is (9,110,186). Sum of RGB (Red+Green+Blue) = 9+110+186=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #096EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EBA is #F69145. Grayscale: #585858. Windows color (decimal): -16159046 or 12217865. OLE color: 12217865.

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

Color convert

RGB 9 110 186 -
CMYK 0.95 0.41 0 0.27
HSL 205.76º 0.91% 0.38% -
HSV(B) 205.76º 0.95% 0.73% -
XYZ 14.55 14.76 48.54 -
YUV 88.47 183.04 71.32 -
System Red Green Blue C M Y K H S L
Decimal 9 110 186 0.95 0.41 0 0.27 205.76 0.91 0.38
Hex 9 6E BA 5F 29 0 1B CE 5B 26
Octal 11 156 272 137 51 0 33 316 133 46
Binary 1001 1101110 10111010 1011111 101001 0 11011 11001110 1011011 100110

Color Harmonies of #096EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EBA

Black with #096EBA

Text Example


Text Example

White with #096EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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