Html Css Color HEX #096ABC Denim

📋 copy color: '#096ABC'

red 9 ◦ green 106 ◦ blue 188

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

Shades of Denim #096ABC

Tints of Denim #096ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

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

R = 2.97%
G = 34.98%
B = 62.05%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#096ABC (or 0x096ABC) is known color: Denim. HEX triplet: 09, 6A and BC. RGB value is (9,106,188). Sum of RGB (Red+Green+Blue) = 9+106+188=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #096ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ABC is #F69543. Grayscale: #555555. Windows color (decimal): -16160068 or 12347913. OLE color: 12347913.

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

Color convert

RGB 9 106 188 -
CMYK 0.95 0.44 0 0.26
HSL 207.49º 0.91% 0.39% -
HSV(B) 207.49º 0.95% 0.74% -
XYZ 14.34 14 49.52 -
YUV 86.35 185.36 72.83 -
System Red Green Blue C M Y K H S L
Decimal 9 106 188 0.95 0.44 0 0.26 207.49 0.91 0.39
Hex 9 6A BC 5F 2C 0 1A CF 5B 27
Octal 11 152 274 137 54 0 32 317 133 47
Binary 1001 1101010 10111100 1011111 101100 0 11010 11001111 1011011 100111

Color Harmonies of #096ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ABC

Black with #096ABC

Text Example


Text Example

White with #096ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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