Html Css Color HEX #013DED Navy Blue

📋 copy color: '#013DED'

red 1 ◦ green 61 ◦ blue 237

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

Shades of Navy Blue #013DED

Tints of Navy Blue #013DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79.26%

R = 0.33%
G = 20.4%
B = 79.26%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#013DED (or 0x013DED) is known color: Navy Blue. HEX triplet: 01, 3D and ED. RGB value is (1,61,237). Sum of RGB (Red+Green+Blue) = 1+61+237=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #013DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DED is #FEC212. Grayscale: #3E3E3E. Windows color (decimal): -16695827 or 15547649. OLE color: 15547649.

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

Color convert

RGB 1 61 237 -
CMYK 1.00 0.74 0 0.07
HSL 224.75º 0.99% 0.47% -
HSV(B) 224.75º 1% 0.93% -
XYZ 16.97 9.46 81.05 -
YUV 63.12 226.12 83.69 -
System Red Green Blue C M Y K H S L
Decimal 1 61 237 1.00 0.74 0 0.07 224.75 0.99 0.47
Hex 1 3D ED 64 4A 0 7 E1 63 2F
Octal 1 75 355 144 112 0 7 341 143 57
Binary 1 111101 11101101 1100100 1001010 0 111 11100001 1100011 101111

Color Harmonies of #013DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DED

Black with #013DED

Text Example


Text Example

White with #013DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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