Html Css Color HEX #085EBA Denim

📋 copy color: '#085EBA'

red 8 ◦ green 94 ◦ blue 186

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

Shades of Denim #085EBA

Tints of Denim #085EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.64%

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

R = 2.78%
G = 32.64%
B = 64.58%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#085EBA (or 0x085EBA) is known color: Denim. HEX triplet: 08, 5E and BA. RGB value is (8,94,186). Sum of RGB (Red+Green+Blue) = 8+94+186=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #085EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EBA is #F7A145. Grayscale: #4E4E4E. Windows color (decimal): -16228678 or 12213768. OLE color: 12213768.

HSL color Cylindrical-coordinate representation of color #085EBA: hue angle of 211.01º 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 #085EBA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 94 186 -
CMYK 0.96 0.49 0 0.27
HSL 211.01º 0.92% 0.38% -
HSV(B) 211.01º 0.96% 0.73% -
XYZ 12.97 11.6 48.01 -
YUV 78.77 188.51 77.52 -
System Red Green Blue C M Y K H S L
Decimal 8 94 186 0.96 0.49 0 0.27 211.01 0.92 0.38
Hex 8 5E BA 60 31 0 1B D3 5C 26
Octal 10 136 272 140 61 0 33 323 134 46
Binary 1000 1011110 10111010 1100000 110001 0 11011 11010011 1011100 100110

Color Harmonies of #085EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EBA

Black with #085EBA

Text Example


Text Example

White with #085EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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