Html Css Color HEX #086185 Allports

📋 copy color: '#086185'

red 8 ◦ green 97 ◦ blue 133

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

Shades of Allports #086185

Tints of Allports #086185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.76%

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

R = 3.36%
G = 40.76%
B = 55.88%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#086185 (or 0x086185) is known color: Allports. HEX triplet: 08, 61 and 85. RGB value is (8,97,133). Sum of RGB (Red+Green+Blue) = 8+97+133=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #086185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086185 is #F79E7A. Grayscale: #4A4A4A. Windows color (decimal): -16227963 or 8741128. OLE color: 8741128.

HSL color Cylindrical-coordinate representation of color #086185: hue angle of 197.28º 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 #086185 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 97 133 -
CMYK 0.94 0.27 0 0.48
HSL 197.28º 0.89% 0.28% -
HSV(B) 197.28º 0.94% 0.52% -
XYZ 8.61 10.29 23.72 -
YUV 74.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 8 97 133 0.94 0.27 0 0.48 197.28 0.89 0.28
Hex 8 61 85 5E 1B 0 30 C5 59 1C
Octal 10 141 205 136 33 0 60 305 131 34
Binary 1000 1100001 10000101 1011110 11011 0 110000 11000101 1011001 11100

Color Harmonies of #086185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086185

Black with #086185

Text Example


Text Example

White with #086185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086185; }

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

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

background-color css

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

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

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

border-color css

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

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

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