Html Css Color HEX #013DEE Navy Blue

📋 copy color: '#013DEE'

red 1 ◦ green 61 ◦ blue 238

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

Shades of Navy Blue #013DEE

Tints of Navy Blue #013DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 79.33%

R = 0.33%
G = 20.33%
B = 79.33%

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

#013DEE (or 0x013DEE) is known color: Navy Blue. HEX triplet: 01, 3D and EE. RGB value is (1,61,238). Sum of RGB (Red+Green+Blue) = 1+61+238=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 238 (93.36% from 255 or 79.33% from 300); Max value from RGB is 238 - color contains mainly: blue. Hex color #013DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DEE is #FEC211. Grayscale: #3E3E3E. Windows color (decimal): -16695826 or 15613185. OLE color: 15613185.

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

Color convert

RGB 1 61 238 -
CMYK 1.00 0.74 0 0.07
HSL 224.81º 0.99% 0.47% -
HSV(B) 224.81º 1% 0.93% -
XYZ 17.11 9.52 81.82 -
YUV 63.24 226.62 83.61 -
System Red Green Blue C M Y K H S L
Decimal 1 61 238 1.00 0.74 0 0.07 224.81 0.99 0.47
Hex 1 3D EE 64 4A 0 7 E1 63 2F
Octal 1 75 356 144 112 0 7 341 143 57
Binary 1 111101 11101110 1100100 1001010 0 111 11100001 1100011 101111

Color Harmonies of #013DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DEE

Black with #013DEE

Text Example


Text Example

White with #013DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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