Html Css Color HEX #015BFE Navy Blue

📋 copy color: '#015BFE'

red 1 ◦ green 91 ◦ blue 254

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

Shades of Navy Blue #015BFE

Tints of Navy Blue #015BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 73.41%

R = 0.29%
G = 26.3%
B = 73.41%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#015BFE (or 0x015BFE) is known color: Navy Blue. HEX triplet: 01, 5B and FE. RGB value is (1,91,254). Sum of RGB (Red+Green+Blue) = 1+91+254=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #015BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BFE is #FEA401. Grayscale: #515151. Windows color (decimal): -16688130 or 16669441. OLE color: 16669441.

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

Color convert

RGB 1 91 254 -
CMYK 1.00 0.64 0 0.00
HSL 218.66º 0.99% 0.5% -
HSV(B) 218.66º 1% 1% -
XYZ 21.64 14.64 95.45 -
YUV 82.67 224.68 69.75 -
System Red Green Blue C M Y K H S L
Decimal 1 91 254 1.00 0.64 0 0.00 218.66 0.99 0.5
Hex 1 5B FE 64 40 0 0 DB 63 32
Octal 1 133 376 144 100 0 0 333 143 62
Binary 1 1011011 11111110 1100100 1000000 0 0 11011011 1100011 110010

Color Harmonies of #015BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BFE

Black with #015BFE

Text Example


Text Example

White with #015BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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