Html Css Color HEX #015BFF Navy Blue

📋 copy color: '#015BFF'

red 1 ◦ green 91 ◦ blue 255

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

Shades of Navy Blue #015BFF

Tints of Navy Blue #015BFF

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 91 (35.94% from 255) = 26.22%

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

R = 0.29%
G = 26.22%
B = 73.49%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#015BFF (or 0x015BFF) is known color: Navy Blue. HEX triplet: 01, 5B and FF. RGB value is (1,91,255). Sum of RGB (Red+Green+Blue) = 1+91+255=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #015BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BFF is #FEA400. Grayscale: #525252. Windows color (decimal): -16688129 or 16734977. OLE color: 16734977.

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

Color convert

RGB 1 91 255 -
CMYK 1.00 0.64 0 0
HSL 218.74º 1% 0.5% -
HSV(B) 218.74º 1% 1% -
XYZ 21.8 14.71 96.3 -
YUV 82.79 225.18 69.66 -
System Red Green Blue C M Y K H S L
Decimal 1 91 255 1.00 0.64 0 0 218.74 1 0.5
Hex 1 5B FF 64 40 0 0 DB 64 32
Octal 1 133 377 144 100 0 0 333 144 62
Binary 1 1011011 11111111 1100100 1000000 0 0 11011011 1100100 110010

Color Harmonies of #015BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BFF

Black with #015BFF

Text Example


Text Example

White with #015BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015BFF; }

 p { color: rgb(1,91,255); }

 H1.HeaderClassName
 {
   color: #015BFF;
 }
 .AnyTagClassName
 {
   color: #015BFF;
 }
</style>

background-color css

<style>
 a { background-color: #015BFF; }

 a { background-color: rgb(1,91,255); }

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

border-color css

<style>
 span { border-color: #015BFF; }

 span { border-color: rgb(1,91,255); }

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