Html Css Color HEX #085CF1 Navy Blue

📋 copy color: '#085CF1'

red 8 ◦ green 92 ◦ blue 241

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

Shades of Navy Blue #085CF1

Tints of Navy Blue #085CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 70.67%

R = 2.35%
G = 26.98%
B = 70.67%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#085CF1 (or 0x085CF1) is known color: Navy Blue. HEX triplet: 08, 5C and F1. RGB value is (8,92,241). Sum of RGB (Red+Green+Blue) = 8+92+241=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #085CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CF1 is #F7A30E. Grayscale: #535353. Windows color (decimal): -16229135 or 15817736. OLE color: 15817736.

HSL color Cylindrical-coordinate representation of color #085CF1: hue angle of 218.37º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CF1 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 92 241 -
CMYK 0.97 0.62 0 0.05
HSL 218.37º 0.94% 0.49% -
HSV(B) 218.37º 0.97% 0.95% -
XYZ 19.8 14.06 84.89 -
YUV 83.87 216.67 73.88 -
System Red Green Blue C M Y K H S L
Decimal 8 92 241 0.97 0.62 0 0.05 218.37 0.94 0.49
Hex 8 5C F1 61 3E 0 5 DA 5E 31
Octal 10 134 361 141 76 0 5 332 136 61
Binary 1000 1011100 11110001 1100001 111110 0 101 11011010 1011110 110001

Color Harmonies of #085CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CF1

Black with #085CF1

Text Example


Text Example

White with #085CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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