Html Css Color HEX #085BC1 Denim

📋 copy color: '#085BC1'

red 8 ◦ green 91 ◦ blue 193

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

Shades of Denim #085BC1

Tints of Denim #085BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 66.1%

R = 2.74%
G = 31.16%
B = 66.1%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#085BC1 (or 0x085BC1) is known color: Denim. HEX triplet: 08, 5B and C1. RGB value is (8,91,193). Sum of RGB (Red+Green+Blue) = 8+91+193=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 193 (75.78% from 255 or 66.10% from 292); Max value from RGB is 193 - color contains mainly: blue. Hex color #085BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BC1 is #F7A43E. Grayscale: #4D4D4D. Windows color (decimal): -16229439 or 12671752. OLE color: 12671752.

HSL color Cylindrical-coordinate representation of color #085BC1: hue angle of 213.08º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085BC1 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 91 193 -
CMYK 0.96 0.53 0 0.24
HSL 213.08º 0.92% 0.39% -
HSV(B) 213.08º 0.96% 0.76% -
XYZ 13.47 11.38 51.94 -
YUV 77.81 193 78.21 -
System Red Green Blue C M Y K H S L
Decimal 8 91 193 0.96 0.53 0 0.24 213.08 0.92 0.39
Hex 8 5B C1 60 35 0 18 D5 5C 27
Octal 10 133 301 140 65 0 30 325 134 47
Binary 1000 1011011 11000001 1100000 110101 0 11000 11010101 1011100 100111

Color Harmonies of #085BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BC1

Black with #085BC1

Text Example


Text Example

White with #085BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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