Html Css Color HEX #014DEE Navy Blue

📋 copy color: '#014DEE'

red 1 ◦ green 77 ◦ blue 238

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

Shades of Navy Blue #014DEE

Tints of Navy Blue #014DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

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

R = 0.32%
G = 24.37%
B = 75.32%

CMYK

 C value IS 1.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#014DEE (or 0x014DEE) is known color: Navy Blue. HEX triplet: 01, 4D and EE. RGB value is (1,77,238). Sum of RGB (Red+Green+Blue) = 1+77+238=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #014DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014DEE is #FEB211. Grayscale: #474747. Windows color (decimal): -16691730 or 15617281. OLE color: 15617281.

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

Color convert

RGB 1 77 238 -
CMYK 1.00 0.68 0 0.07
HSL 220.76º 0.99% 0.47% -
HSV(B) 220.76º 1% 0.93% -
XYZ 18.1 11.49 82.15 -
YUV 72.63 221.32 76.91 -
System Red Green Blue C M Y K H S L
Decimal 1 77 238 1.00 0.68 0 0.07 220.76 0.99 0.47
Hex 1 4D EE 64 44 0 7 DD 63 2F
Octal 1 115 356 144 104 0 7 335 143 57
Binary 1 1001101 11101110 1100100 1000100 0 111 11011101 1100011 101111

Color Harmonies of #014DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DEE

Black with #014DEE

Text Example


Text Example

White with #014DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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