Html Css Color HEX #085F8B Allports

📋 copy color: '#085F8B'

red 8 ◦ green 95 ◦ blue 139

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

Shades of Allports #085F8B

Tints of Allports #085F8B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.26%

 BLUE value IS 139 (54.69% from 255) = 57.44%

R = 3.31%
G = 39.26%
B = 57.44%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#085F8B (or 0x085F8B) is known color: Allports. HEX triplet: 08, 5F and 8B. RGB value is (8,95,139). Sum of RGB (Red+Green+Blue) = 8+95+139=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #085F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085F8B is #F7A074. Grayscale: #494949. Windows color (decimal): -16228469 or 9133832. OLE color: 9133832.

HSL color Cylindrical-coordinate representation of color #085F8B: hue angle of 200.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085F8B is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 95 139 -
CMYK 0.94 0.32 0 0.45
HSL 200.15º 0.89% 0.29% -
HSV(B) 200.15º 0.94% 0.55% -
XYZ 8.85 10.1 25.91 -
YUV 74 164.68 80.92 -
System Red Green Blue C M Y K H S L
Decimal 8 95 139 0.94 0.32 0 0.45 200.15 0.89 0.29
Hex 8 5F 8B 5E 20 0 2D C8 59 1D
Octal 10 137 213 136 40 0 55 310 131 35
Binary 1000 1011111 10001011 1011110 100000 0 101101 11001000 1011001 11101

Color Harmonies of #085F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F8B

Black with #085F8B

Text Example


Text Example

White with #085F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085F8B; }

 p { color: rgb(8,95,139); }

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

background-color css

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

 a { background-color: rgb(8,95,139); }

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

border-color css

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

 span { border-color: rgb(8,95,139); }

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