Html Css Color HEX #015EFF Navy Blue

📋 copy color: '#015EFF'

red 1 ◦ green 94 ◦ blue 255

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

Shades of Navy Blue #015EFF

Tints of Navy Blue #015EFF

RGB

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

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

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

R = 0.29%
G = 26.86%
B = 72.86%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#015EFF (or 0x015EFF) is known color: Navy Blue. HEX triplet: 01, 5E and FF. RGB value is (1,94,255). Sum of RGB (Red+Green+Blue) = 1+94+255=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #015EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EFF is #FEA100. Grayscale: #535353. Windows color (decimal): -16687361 or 16735745. OLE color: 16735745.

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

Color convert

RGB 1 94 255 -
CMYK 1.00 0.63 0 0
HSL 218.03º 1% 0.5% -
HSV(B) 218.03º 1% 1% -
XYZ 22.07 15.23 96.38 -
YUV 84.55 224.19 68.41 -
System Red Green Blue C M Y K H S L
Decimal 1 94 255 1.00 0.63 0 0 218.03 1 0.5
Hex 1 5E FF 64 3F 0 0 DA 64 32
Octal 1 136 377 144 77 0 0 332 144 62
Binary 1 1011110 11111111 1100100 111111 0 0 11011010 1100100 110010

Color Harmonies of #015EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EFF

Black with #015EFF

Text Example


Text Example

White with #015EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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