Html Css Color HEX #085BB7 Denim

📋 copy color: '#085BB7'

red 8 ◦ green 91 ◦ blue 183

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

Shades of Denim #085BB7

Tints of Denim #085BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 64.89%

R = 2.84%
G = 32.27%
B = 64.89%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#085BB7 (or 0x085BB7) is known color: Denim. HEX triplet: 08, 5B and B7. RGB value is (8,91,183). Sum of RGB (Red+Green+Blue) = 8+91+183=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #085BB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BB7 is #F7A448. Grayscale: #4C4C4C. Windows color (decimal): -16229449 or 12016392. OLE color: 12016392.

HSL color Cylindrical-coordinate representation of color #085BB7: hue angle of 211.54º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085BB7 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 91 183 -
CMYK 0.96 0.50 0 0.28
HSL 211.54º 0.92% 0.37% -
HSV(B) 211.54º 0.96% 0.72% -
XYZ 12.39 10.95 46.26 -
YUV 76.67 188 79.02 -
System Red Green Blue C M Y K H S L
Decimal 8 91 183 0.96 0.50 0 0.28 211.54 0.92 0.37
Hex 8 5B B7 60 32 0 1C D4 5C 25
Octal 10 133 267 140 62 0 34 324 134 45
Binary 1000 1011011 10110111 1100000 110010 0 11100 11010100 1011100 100101

Color Harmonies of #085BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BB7

Black with #085BB7

Text Example


Text Example

White with #085BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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