Html Css Color HEX #085CFF Navy Blue

📋 copy color: '#085CFF'

red 8 ◦ green 92 ◦ blue 255

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

Shades of Navy Blue #085CFF

Tints of Navy Blue #085CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.83%

R = 2.25%
G = 25.92%
B = 71.83%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#085CFF (or 0x085CFF) is known color: Navy Blue. HEX triplet: 08, 5C and FF. RGB value is (8,92,255). Sum of RGB (Red+Green+Blue) = 8+92+255=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #085CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CFF is #F7A300. Grayscale: #545454. Windows color (decimal): -16229121 or 16735240. OLE color: 16735240.

HSL color Cylindrical-coordinate representation of color #085CFF: hue angle of 219.6º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CFF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 92 255 -
CMYK 0.97 0.64 0 0
HSL 219.6º 1% 0.52% -
HSV(B) 219.6º 0.97% 1% -
XYZ 21.98 14.93 96.33 -
YUV 85.47 223.67 72.75 -
System Red Green Blue C M Y K H S L
Decimal 8 92 255 0.97 0.64 0 0 219.6 1 0.52
Hex 8 5C FF 61 40 0 0 DC 64 34
Octal 10 134 377 141 100 0 0 334 144 64
Binary 1000 1011100 11111111 1100001 1000000 0 0 11011100 1100100 110100

Color Harmonies of #085CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CFF

Black with #085CFF

Text Example


Text Example

White with #085CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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