Html Css Color HEX #013FEF Navy Blue

📋 copy color: '#013FEF'

red 1 ◦ green 63 ◦ blue 239

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

Shades of Navy Blue #013FEF

Tints of Navy Blue #013FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.88%

R = 0.33%
G = 20.79%
B = 78.88%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#013FEF (or 0x013FEF) is known color: Navy Blue. HEX triplet: 01, 3F and EF. RGB value is (1,63,239). Sum of RGB (Red+Green+Blue) = 1+63+239=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 239 (93.75% from 255 or 78.88% from 303); Max value from RGB is 239 - color contains mainly: blue. Hex color #013FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013FEF is #FEC010. Grayscale: #3F3F3F. Windows color (decimal): -16695313 or 15679233. OLE color: 15679233.

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

Color convert

RGB 1 63 239 -
CMYK 1.00 0.74 0 0.06
HSL 224.37º 0.99% 0.47% -
HSV(B) 224.37º 1% 0.94% -
XYZ 17.37 9.79 82.64 -
YUV 64.53 226.46 82.69 -
System Red Green Blue C M Y K H S L
Decimal 1 63 239 1.00 0.74 0 0.06 224.37 0.99 0.47
Hex 1 3F EF 64 4A 0 6 E0 63 2F
Octal 1 77 357 144 112 0 6 340 143 57
Binary 1 111111 11101111 1100100 1001010 0 110 11100000 1100011 101111

Color Harmonies of #013FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FEF

Black with #013FEF

Text Example


Text Example

White with #013FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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