Html Css Color HEX #013DEF Navy Blue

📋 copy color: '#013DEF'

red 1 ◦ green 61 ◦ blue 239

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

Shades of Navy Blue #013DEF

Tints of Navy Blue #013DEF

RGB

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

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

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

R = 0.33%
G = 20.27%
B = 79.4%

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

#013DEF (or 0x013DEF) is known color: Navy Blue. HEX triplet: 01, 3D and EF. RGB value is (1,61,239). Sum of RGB (Red+Green+Blue) = 1+61+239=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #013DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DEF is #FEC210. Grayscale: #3E3E3E. Windows color (decimal): -16695825 or 15678721. OLE color: 15678721.

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

Color convert

RGB 1 61 239 -
CMYK 1.00 0.74 0 0.06
HSL 224.87º 0.99% 0.47% -
HSV(B) 224.87º 1% 0.94% -
XYZ 17.26 9.58 82.6 -
YUV 63.35 227.12 83.53 -
System Red Green Blue C M Y K H S L
Decimal 1 61 239 1.00 0.74 0 0.06 224.87 0.99 0.47
Hex 1 3D EF 64 4A 0 6 E1 63 2F
Octal 1 75 357 144 112 0 6 341 143 57
Binary 1 111101 11101111 1100100 1001010 0 110 11100001 1100011 101111

Color Harmonies of #013DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DEF

Black with #013DEF

Text Example


Text Example

White with #013DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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