Html Css Color HEX #085ABA Denim

📋 copy color: '#085ABA'

red 8 ◦ green 90 ◦ blue 186

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

Shades of Denim #085ABA

Tints of Denim #085ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 2.82%
G = 31.69%
B = 65.49%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#085ABA (or 0x085ABA) is known color: Denim. HEX triplet: 08, 5A and BA. RGB value is (8,90,186). Sum of RGB (Red+Green+Blue) = 8+90+186=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #085ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ABA is #F7A545. Grayscale: #4B4B4B. Windows color (decimal): -16229702 or 12212744. OLE color: 12212744.

HSL color Cylindrical-coordinate representation of color #085ABA: hue angle of 212.36º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085ABA is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 90 186 -
CMYK 0.96 0.52 0 0.27
HSL 212.36º 0.92% 0.38% -
HSV(B) 212.36º 0.96% 0.73% -
XYZ 12.62 10.91 47.89 -
YUV 76.43 189.83 79.19 -
System Red Green Blue C M Y K H S L
Decimal 8 90 186 0.96 0.52 0 0.27 212.36 0.92 0.38
Hex 8 5A BA 60 34 0 1B D4 5C 26
Octal 10 132 272 140 64 0 33 324 134 46
Binary 1000 1011010 10111010 1100000 110100 0 11011 11010100 1011100 100110

Color Harmonies of #085ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085ABA

Black with #085ABA

Text Example


Text Example

White with #085ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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