Html Css Color HEX #085CBA Denim

📋 copy color: '#085CBA'

red 8 ◦ green 92 ◦ blue 186

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

Shades of Denim #085CBA

Tints of Denim #085CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 2.8%
G = 32.17%
B = 65.03%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#085CBA (or 0x085CBA) is known color: Denim. HEX triplet: 08, 5C and BA. RGB value is (8,92,186). Sum of RGB (Red+Green+Blue) = 8+92+186=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #085CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CBA is #F7A345. Grayscale: #4D4D4D. Windows color (decimal): -16229190 or 12213256. OLE color: 12213256.

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

Color convert

RGB 8 92 186 -
CMYK 0.96 0.51 0 0.27
HSL 211.69º 0.92% 0.38% -
HSV(B) 211.69º 0.96% 0.73% -
XYZ 12.79 11.25 47.95 -
YUV 77.6 189.17 78.36 -
System Red Green Blue C M Y K H S L
Decimal 8 92 186 0.96 0.51 0 0.27 211.69 0.92 0.38
Hex 8 5C BA 60 33 0 1B D4 5C 26
Octal 10 134 272 140 63 0 33 324 134 46
Binary 1000 1011100 10111010 1100000 110011 0 11011 11010100 1011100 100110

Color Harmonies of #085CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CBA

Black with #085CBA

Text Example


Text Example

White with #085CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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