Html Css Color HEX #013FFD Navy Blue

📋 copy color: '#013FFD'

red 1 ◦ green 63 ◦ blue 253

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

Shades of Navy Blue #013FFD

Tints of Navy Blue #013FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

 BLUE value IS 253 (99.22% from 255) = 79.81%

R = 0.32%
G = 19.87%
B = 79.81%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#013FFD (or 0x013FFD) is known color: Navy Blue. HEX triplet: 01, 3F and FD. RGB value is (1,63,253). Sum of RGB (Red+Green+Blue) = 1+63+253=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #013FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013FFD is #FEC002. Grayscale: #414141. Windows color (decimal): -16695299 or 16596737. OLE color: 16596737.

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

Color convert

RGB 1 63 253 -
CMYK 1.00 0.75 0 0.01
HSL 225.24º 0.99% 0.5% -
HSV(B) 225.24º 1% 0.99% -
XYZ 19.52 10.65 93.96 -
YUV 66.12 233.46 81.55 -
System Red Green Blue C M Y K H S L
Decimal 1 63 253 1.00 0.75 0 0.01 225.24 0.99 0.5
Hex 1 3F FD 64 4B 0 1 E1 63 32
Octal 1 77 375 144 113 0 1 341 143 62
Binary 1 111111 11111101 1100100 1001011 0 1 11100001 1100011 110010

Color Harmonies of #013FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FFD

Black with #013FFD

Text Example


Text Example

White with #013FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,63,253); }

 H1.HeaderClassName
 {
   color: #013FFD;
 }
 .AnyTagClassName
 {
   color: #013FFD;
 }
</style>

background-color css

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

 a { background-color: rgb(1,63,253); }

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

border-color css

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

 span { border-color: rgb(1,63,253); }

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