Html Css Color HEX #013CF6 Navy Blue

📋 copy color: '#013CF6'

red 1 ◦ green 60 ◦ blue 246

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

Shades of Navy Blue #013CF6

Tints of Navy Blue #013CF6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 0.33%
G = 19.54%
B = 80.13%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#013CF6 (or 0x013CF6) is known color: Navy Blue. HEX triplet: 01, 3C and F6. RGB value is (1,60,246). Sum of RGB (Red+Green+Blue) = 1+60+246=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 246 (96.48% from 255 or 80.13% from 307); Max value from RGB is 246 - color contains mainly: blue. Hex color #013CF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CF6 is #FEC309. Grayscale: #3E3E3E. Windows color (decimal): -16696074 or 16137217. OLE color: 16137217.

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

Color convert

RGB 1 60 246 -
CMYK 1.00 0.76 0 0.04
HSL 225.55º 0.99% 0.48% -
HSV(B) 225.55º 1% 0.96% -
XYZ 18.26 9.89 88.14 -
YUV 63.56 230.95 83.38 -
System Red Green Blue C M Y K H S L
Decimal 1 60 246 1.00 0.76 0 0.04 225.55 0.99 0.48
Hex 1 3C F6 64 4C 0 4 E2 63 30
Octal 1 74 366 144 114 0 4 342 143 60
Binary 1 111100 11110110 1100100 1001100 0 100 11100010 1100011 110000

Color Harmonies of #013CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CF6

Black with #013CF6

Text Example


Text Example

White with #013CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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