Html Css Color HEX #013DF1 Navy Blue

📋 copy color: '#013DF1'

red 1 ◦ green 61 ◦ blue 241

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

Shades of Navy Blue #013DF1

Tints of Navy Blue #013DF1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 241 (94.53% from 255) = 79.54%

R = 0.33%
G = 20.13%
B = 79.54%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#013DF1 (or 0x013DF1) is known color: Navy Blue. HEX triplet: 01, 3D and F1. RGB value is (1,61,241). Sum of RGB (Red+Green+Blue) = 1+61+241=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 241 (94.53% from 255 or 79.54% from 303); Max value from RGB is 241 - color contains mainly: blue. Hex color #013DF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DF1 is #FEC20E. Grayscale: #3E3E3E. Windows color (decimal): -16695823 or 15809793. OLE color: 15809793.

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

Color convert

RGB 1 61 241 -
CMYK 1.00 0.75 0 0.05
HSL 225º 0.99% 0.47% -
HSV(B) 225º 1% 0.95% -
XYZ 17.56 9.69 84.16 -
YUV 63.58 228.12 83.36 -
System Red Green Blue C M Y K H S L
Decimal 1 61 241 1.00 0.75 0 0.05 225 0.99 0.47
Hex 1 3D F1 64 4B 0 5 E1 63 2F
Octal 1 75 361 144 113 0 5 341 143 57
Binary 1 111101 11110001 1100100 1001011 0 101 11100001 1100011 101111

Color Harmonies of #013DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DF1

Black with #013DF1

Text Example


Text Example

White with #013DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,61,241); }

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

background-color css

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

 a { background-color: rgb(1,61,241); }

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

border-color css

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

 span { border-color: rgb(1,61,241); }

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