Html Css Color HEX #086ABB Denim

📋 copy color: '#086ABB'

red 8 ◦ green 106 ◦ blue 187

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

Shades of Denim #086ABB

Tints of Denim #086ABB

RGB

 RED value IS 8 (3.52% from 255) = 2.66%

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

 BLUE value IS 187 (73.44% from 255) = 62.13%

R = 2.66%
G = 35.22%
B = 62.13%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#086ABB (or 0x086ABB) is known color: Denim. HEX triplet: 08, 6A and BB. RGB value is (8,106,187). Sum of RGB (Red+Green+Blue) = 8+106+187=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #086ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ABB is #F79544. Grayscale: #555555. Windows color (decimal): -16225605 or 12282376. OLE color: 12282376.

HSL color Cylindrical-coordinate representation of color #086ABB: hue angle of 207.15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ABB is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 106 187 -
CMYK 0.96 0.43 0 0.27
HSL 207.15º 0.92% 0.38% -
HSV(B) 207.15º 0.96% 0.73% -
XYZ 14.22 13.95 48.96 -
YUV 85.93 185.03 72.41 -
System Red Green Blue C M Y K H S L
Decimal 8 106 187 0.96 0.43 0 0.27 207.15 0.92 0.38
Hex 8 6A BB 60 2B 0 1B CF 5C 26
Octal 10 152 273 140 53 0 33 317 134 46
Binary 1000 1101010 10111011 1100000 101011 0 11011 11001111 1011100 100110

Color Harmonies of #086ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086ABB

Black with #086ABB

Text Example


Text Example

White with #086ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086ABB; }

 p { color: rgb(8,106,187); }

 H1.HeaderClassName
 {
   color: #086ABB;
 }
 .AnyTagClassName
 {
   color: #086ABB;
 }
</style>

background-color css

<style>
 a { background-color: #086ABB; }

 a { background-color: rgb(8,106,187); }

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

border-color css

<style>
 span { border-color: #086ABB; }

 span { border-color: rgb(8,106,187); }

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