Html Css Color HEX #013DF6 Navy Blue

📋 copy color: '#013DF6'

red 1 ◦ green 61 ◦ blue 246

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

Shades of Navy Blue #013DF6

Tints of Navy Blue #013DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 79.87%

R = 0.32%
G = 19.81%
B = 79.87%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#013DF6 (or 0x013DF6) is known color: Navy Blue. HEX triplet: 01, 3D and F6. RGB value is (1,61,246). Sum of RGB (Red+Green+Blue) = 1+61+246=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 246 (96.48% from 255 or 79.87% from 308); Max value from RGB is 246 - color contains mainly: blue. Hex color #013DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DF6 is #FEC209. Grayscale: #3F3F3F. Windows color (decimal): -16695818 or 16137473. OLE color: 16137473.

HSL color Cylindrical-coordinate representation of color #013DF6: hue angle of 225.31º 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 #013DF6 is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 61 246 -
CMYK 1.00 0.75 0 0.04
HSL 225.31º 0.99% 0.48% -
HSV(B) 225.31º 1% 0.96% -
XYZ 18.32 10 88.15 -
YUV 64.15 230.62 82.96 -
System Red Green Blue C M Y K H S L
Decimal 1 61 246 1.00 0.75 0 0.04 225.31 0.99 0.48
Hex 1 3D F6 64 4B 0 4 E1 63 30
Octal 1 75 366 144 113 0 4 341 143 60
Binary 1 111101 11110110 1100100 1001011 0 100 11100001 1100011 110000

Color Harmonies of #013DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DF6

Black with #013DF6

Text Example


Text Example

White with #013DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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