Html Css Color HEX #096BBC Denim

📋 copy color: '#096BBC'

red 9 ◦ green 107 ◦ blue 188

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

Shades of Denim #096BBC

Tints of Denim #096BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.2%

 BLUE value IS 188 (73.83% from 255) = 61.84%

R = 2.96%
G = 35.2%
B = 61.84%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#096BBC (or 0x096BBC) is known color: Denim. HEX triplet: 09, 6B and BC. RGB value is (9,107,188). Sum of RGB (Red+Green+Blue) = 9+107+188=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #096BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BBC is #F69443. Grayscale: #565656. Windows color (decimal): -16159812 or 12348169. OLE color: 12348169.

HSL color Cylindrical-coordinate representation of color #096BBC: hue angle of 207.15º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096BBC is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 107 188 -
CMYK 0.95 0.43 0 0.26
HSL 207.15º 0.91% 0.39% -
HSV(B) 207.15º 0.95% 0.74% -
XYZ 14.45 14.2 49.56 -
YUV 86.93 185.03 72.41 -
System Red Green Blue C M Y K H S L
Decimal 9 107 188 0.95 0.43 0 0.26 207.15 0.91 0.39
Hex 9 6B BC 5F 2B 0 1A CF 5B 27
Octal 11 153 274 137 53 0 32 317 133 47
Binary 1001 1101011 10111100 1011111 101011 0 11010 11001111 1011011 100111

Color Harmonies of #096BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BBC

Black with #096BBC

Text Example


Text Example

White with #096BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,107,188); }

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

background-color css

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

 a { background-color: rgb(9,107,188); }

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

border-color css

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

 span { border-color: rgb(9,107,188); }

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