Html Css Color HEX #086085 Allports

📋 copy color: '#086085'

red 8 ◦ green 96 ◦ blue 133

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

Shades of Allports #086085

Tints of Allports #086085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 133 (52.34% from 255) = 56.12%

R = 3.38%
G = 40.51%
B = 56.12%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#086085 (or 0x086085) is known color: Allports. HEX triplet: 08, 60 and 85. RGB value is (8,96,133). Sum of RGB (Red+Green+Blue) = 8+96+133=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #086085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086085 is #F79F7A. Grayscale: #494949. Windows color (decimal): -16228219 or 8740872. OLE color: 8740872.

HSL color Cylindrical-coordinate representation of color #086085: hue angle of 197.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086085 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 96 133 -
CMYK 0.94 0.28 0 0.48
HSL 197.76º 0.89% 0.28% -
HSV(B) 197.76º 0.94% 0.52% -
XYZ 8.52 10.11 23.69 -
YUV 73.91 161.35 80.99 -
System Red Green Blue C M Y K H S L
Decimal 8 96 133 0.94 0.28 0 0.48 197.76 0.89 0.28
Hex 8 60 85 5E 1C 0 30 C6 59 1C
Octal 10 140 205 136 34 0 60 306 131 34
Binary 1000 1100000 10000101 1011110 11100 0 110000 11000110 1011001 11100

Color Harmonies of #086085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086085

Black with #086085

Text Example


Text Example

White with #086085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086085; }

 p { color: rgb(8,96,133); }

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

background-color css

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

 a { background-color: rgb(8,96,133); }

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

border-color css

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

 span { border-color: rgb(8,96,133); }

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