Html Css Color HEX #096CBA Denim

📋 copy color: '#096CBA'

red 9 ◦ green 108 ◦ blue 186

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

Shades of Denim #096CBA

Tints of Denim #096CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 2.97%
G = 35.64%
B = 61.39%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#096CBA (or 0x096CBA) is known color: Denim. HEX triplet: 09, 6C and BA. RGB value is (9,108,186). Sum of RGB (Red+Green+Blue) = 9+108+186=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #096CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CBA is #F69345. Grayscale: #565656. Windows color (decimal): -16159558 or 12217353. OLE color: 12217353.

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

Color convert

RGB 9 108 186 -
CMYK 0.95 0.42 0 0.27
HSL 206.44º 0.91% 0.38% -
HSV(B) 206.44º 0.95% 0.73% -
XYZ 14.34 14.33 48.46 -
YUV 87.29 183.7 72.16 -
System Red Green Blue C M Y K H S L
Decimal 9 108 186 0.95 0.42 0 0.27 206.44 0.91 0.38
Hex 9 6C BA 5F 2A 0 1B CE 5B 26
Octal 11 154 272 137 52 0 33 316 133 46
Binary 1001 1101100 10111010 1011111 101010 0 11011 11001110 1011011 100110

Color Harmonies of #096CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CBA

Black with #096CBA

Text Example


Text Example

White with #096CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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