Html Css Color HEX #013FFC Navy Blue

📋 copy color: '#013FFC'

red 1 ◦ green 63 ◦ blue 252

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

Shades of Navy Blue #013FFC

Tints of Navy Blue #013FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 79.75%

R = 0.32%
G = 19.94%
B = 79.75%

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

#013FFC (or 0x013FFC) is known color: Navy Blue. HEX triplet: 01, 3F and FC. RGB value is (1,63,252). Sum of RGB (Red+Green+Blue) = 1+63+252=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #013FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013FFC is #FEC003. Grayscale: #414141. Windows color (decimal): -16695300 or 16531201. OLE color: 16531201.

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

Color convert

RGB 1 63 252 -
CMYK 1.00 0.75 0 0.01
HSL 225.18º 0.99% 0.5% -
HSV(B) 225.18º 1% 0.99% -
XYZ 19.36 10.59 93.12 -
YUV 66.01 232.96 81.63 -
System Red Green Blue C M Y K H S L
Decimal 1 63 252 1.00 0.75 0 0.01 225.18 0.99 0.5
Hex 1 3F FC 64 4B 0 1 E1 63 32
Octal 1 77 374 144 113 0 1 341 143 62
Binary 1 111111 11111100 1100100 1001011 0 1 11100001 1100011 110010

Color Harmonies of #013FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FFC

Black with #013FFC

Text Example


Text Example

White with #013FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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