#013EF5

Color #013EF5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #013EF5

Tints of Navy Blue #013EF5

Color information

#013EF5 (or 0x013EF5) is unknown color: approx Navy Blue. HEX triplet: 01, 3E and F5. RGB value is (1,62,245). Sum of RGB (Red+Green+Blue) = 1+62+245=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 245 (96.09% from 255 or 79.55% from 308); Max value from RGB is 245 - color contains mainly: blue. Hex color #013EF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EF5 is #FEC10A. Grayscale: #3F3F3F. Windows color (decimal): -16695563 or 16072193. OLE color: 16072193.

HSL color Cylindrical-coordinate representation of color #013EF5: hue angle of 225º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013EF5 is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB162245-
CMYK1.000.7500.04
HSL225º99.19%48.24%-
HSV(B)225º99.59%96.08%-
XYZ18.2210.0487.36-
YUV64.62229.7982.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 245 (96.09% from 255) = 79.55%
R=0.32%
G=20.13%
B=79.55%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622451.000.7500.0422599.1948.24
Hex13EF5644B04e16330
Octal1763651441130434114360
Binary111111011110101110010010010110100111000011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013EF5; }

 p { color: rgb(1,62,245); }

 H1.HeaderClassName
 {
   color: #013EF5;
 }
 .AnyTagClassName
 {
   color: #013EF5;
 }
</style>
background-color css

<style>
 a { background-color: #013EF5; }

 a { background-color: rgb(1,62,245); }

 div.DivClassName
 {
   background-color: #013EF5;
 }
 .BgClassName
 {
   background-color: #013EF5;
 }
</style>
border-color css

<style>
 span { border-color: #013EF5; }

 span { border-color: rgb(1,62,245); }

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