Html Css Color HEX #086FB9 Denim

📋 copy color: '#086FB9'

red 8 ◦ green 111 ◦ blue 185

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

Shades of Denim #086FB9

Tints of Denim #086FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 60.86%

R = 2.63%
G = 36.51%
B = 60.86%

CMYK

 C value IS 0.96

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#086FB9 (or 0x086FB9) is known color: Denim. HEX triplet: 08, 6F and B9. RGB value is (8,111,185). Sum of RGB (Red+Green+Blue) = 8+111+185=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 185 (72.66% from 255 or 60.86% from 304); Max value from RGB is 185 - color contains mainly: blue. Hex color #086FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FB9 is #F79046. Grayscale: #585858. Windows color (decimal): -16224327 or 12152584. OLE color: 12152584.

HSL color Cylindrical-coordinate representation of color #086FB9: hue angle of 205.08º 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 #086FB9 is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 111 185 -
CMYK 0.96 0.4 0 0.27
HSL 205.08º 0.92% 0.38% -
HSV(B) 205.08º 0.96% 0.73% -
XYZ 14.54 14.92 48.01 -
YUV 88.64 182.38 70.48 -
System Red Green Blue C M Y K H S L
Decimal 8 111 185 0.96 0.4 0 0.27 205.08 0.92 0.38
Hex 8 6F B9 60 28 0 1B CD 5C 26
Octal 10 157 271 140 50 0 33 315 134 46
Binary 1000 1101111 10111001 1100000 101000 0 11011 11001101 1011100 100110

Color Harmonies of #086FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FB9

Black with #086FB9

Text Example


Text Example

White with #086FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,111,185); }

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

background-color css

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

 a { background-color: rgb(8,111,185); }

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

border-color css

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

 span { border-color: rgb(8,111,185); }

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