Html Css Color HEX #096FBA Denim

📋 copy color: '#096FBA'

red 9 ◦ green 111 ◦ blue 186

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

Shades of Denim #096FBA

Tints of Denim #096FBA

RGB

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

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

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

R = 2.94%
G = 36.27%
B = 60.78%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#096FBA (or 0x096FBA) is known color: Denim. HEX triplet: 09, 6F and BA. RGB value is (9,111,186). Sum of RGB (Red+Green+Blue) = 9+111+186=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #096FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FBA is #F69045. Grayscale: #585858. Windows color (decimal): -16158790 or 12218121. OLE color: 12218121.

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

Color convert

RGB 9 111 186 -
CMYK 0.95 0.40 0 0.27
HSL 205.42º 0.91% 0.38% -
HSV(B) 205.42º 0.95% 0.73% -
XYZ 14.66 14.97 48.57 -
YUV 89.05 182.71 70.9 -
System Red Green Blue C M Y K H S L
Decimal 9 111 186 0.95 0.40 0 0.27 205.42 0.91 0.38
Hex 9 6F BA 5F 28 0 1B CD 5B 26
Octal 11 157 272 137 50 0 33 315 133 46
Binary 1001 1101111 10111010 1011111 101000 0 11011 11001101 1011011 100110

Color Harmonies of #096FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FBA

Black with #096FBA

Text Example


Text Example

White with #096FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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