Html Css Color HEX #085CAE Denim

📋 copy color: '#085CAE'

red 8 ◦ green 92 ◦ blue 174

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

Shades of Denim #085CAE

Tints of Denim #085CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.5%

R = 2.92%
G = 33.58%
B = 63.5%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#085CAE (or 0x085CAE) is known color: Denim. HEX triplet: 08, 5C and AE. RGB value is (8,92,174). Sum of RGB (Red+Green+Blue) = 8+92+174=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #085CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085CAE is #F7A351. Grayscale: #4B4B4B. Windows color (decimal): -16229202 or 11426824. OLE color: 11426824.

HSL color Cylindrical-coordinate representation of color #085CAE: hue angle of 209.64º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085CAE is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 92 174 -
CMYK 0.95 0.47 0 0.32
HSL 209.64º 0.91% 0.36% -
HSV(B) 209.64º 0.95% 0.68% -
XYZ 11.57 10.76 41.51 -
YUV 76.23 183.17 79.33 -
System Red Green Blue C M Y K H S L
Decimal 8 92 174 0.95 0.47 0 0.32 209.64 0.91 0.36
Hex 8 5C AE 5F 2F 0 20 D2 5B 24
Octal 10 134 256 137 57 0 40 322 133 44
Binary 1000 1011100 10101110 1011111 101111 0 100000 11010010 1011011 100100

Color Harmonies of #085CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CAE

Black with #085CAE

Text Example


Text Example

White with #085CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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