Html Css Color HEX #085BAE Denim

📋 copy color: '#085BAE'

red 8 ◦ green 91 ◦ blue 174

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

Shades of Denim #085BAE

Tints of Denim #085BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.33%

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 2.93%
G = 33.33%
B = 63.74%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#085BAE (or 0x085BAE) is known color: Denim. HEX triplet: 08, 5B and AE. RGB value is (8,91,174). Sum of RGB (Red+Green+Blue) = 8+91+174=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #085BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085BAE is #F7A451. Grayscale: #4B4B4B. Windows color (decimal): -16229458 or 11426568. OLE color: 11426568.

HSL color Cylindrical-coordinate representation of color #085BAE: hue angle of 210º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085BAE is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 91 174 -
CMYK 0.95 0.48 0 0.32
HSL 210º 0.91% 0.36% -
HSV(B) 210º 0.95% 0.68% -
XYZ 11.48 10.59 41.48 -
YUV 75.65 183.5 79.75 -
System Red Green Blue C M Y K H S L
Decimal 8 91 174 0.95 0.48 0 0.32 210 0.91 0.36
Hex 8 5B AE 5F 30 0 20 D2 5B 24
Octal 10 133 256 137 60 0 40 322 133 44
Binary 1000 1011011 10101110 1011111 110000 0 100000 11010010 1011011 100100

Color Harmonies of #085BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BAE

Black with #085BAE

Text Example


Text Example

White with #085BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,91,174); }

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

background-color css

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

 a { background-color: rgb(8,91,174); }

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

border-color css

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

 span { border-color: rgb(8,91,174); }

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