Html Css Color HEX #015EFE Navy Blue

📋 copy color: '#015EFE'

red 1 ◦ green 94 ◦ blue 254

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

Shades of Navy Blue #015EFE

Tints of Navy Blue #015EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.93%

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

R = 0.29%
G = 26.93%
B = 72.78%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#015EFE (or 0x015EFE) is known color: Navy Blue. HEX triplet: 01, 5E and FE. RGB value is (1,94,254). Sum of RGB (Red+Green+Blue) = 1+94+254=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #015EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EFE is #FEA101. Grayscale: #535353. Windows color (decimal): -16687362 or 16670209. OLE color: 16670209.

HSL color Cylindrical-coordinate representation of color #015EFE: hue angle of 217.94º 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 #015EFE is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 94 254 -
CMYK 1.00 0.63 0 0.00
HSL 217.94º 0.99% 0.5% -
HSV(B) 217.94º 1% 1% -
XYZ 21.9 15.17 95.54 -
YUV 84.43 223.69 68.49 -
System Red Green Blue C M Y K H S L
Decimal 1 94 254 1.00 0.63 0 0.00 217.94 0.99 0.5
Hex 1 5E FE 64 3F 0 0 DA 63 32
Octal 1 136 376 144 77 0 0 332 143 62
Binary 1 1011110 11111110 1100100 111111 0 0 11011010 1100011 110010

Color Harmonies of #015EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EFE

Black with #015EFE

Text Example


Text Example

White with #015EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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