Html Css Color HEX #085AC3 Denim

📋 copy color: '#085AC3'

red 8 ◦ green 90 ◦ blue 195

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

Shades of Denim #085AC3

Tints of Denim #085AC3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

 BLUE value IS 195 (76.56% from 255) = 66.55%

R = 2.73%
G = 30.72%
B = 66.55%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#085AC3 (or 0x085AC3) is known color: Denim. HEX triplet: 08, 5A and C3. RGB value is (8,90,195). Sum of RGB (Red+Green+Blue) = 8+90+195=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 195 (76.56% from 255 or 66.55% from 293); Max value from RGB is 195 - color contains mainly: blue. Hex color #085AC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085AC3 is #F7A53C. Grayscale: #4C4C4C. Windows color (decimal): -16229693 or 12802568. OLE color: 12802568.

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

Color convert

RGB 8 90 195 -
CMYK 0.96 0.54 0 0.24
HSL 213.69º 0.92% 0.4% -
HSV(B) 213.69º 0.96% 0.76% -
XYZ 13.61 11.3 53.09 -
YUV 77.45 194.33 78.46 -
System Red Green Blue C M Y K H S L
Decimal 8 90 195 0.96 0.54 0 0.24 213.69 0.92 0.4
Hex 8 5A C3 60 36 0 18 D6 5C 28
Octal 10 132 303 140 66 0 30 326 134 50
Binary 1000 1011010 11000011 1100000 110110 0 11000 11010110 1011100 101000

Color Harmonies of #085AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AC3

Black with #085AC3

Text Example


Text Example

White with #085AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,195); }

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

background-color css

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

 a { background-color: rgb(8,90,195); }

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

border-color css

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

 span { border-color: rgb(8,90,195); }

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