Html Css Color HEX #014EE5 Navy Blue

📋 copy color: '#014EE5'

red 1 ◦ green 78 ◦ blue 229

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

Shades of Navy Blue #014EE5

Tints of Navy Blue #014EE5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.32%

 BLUE value IS 229 (89.84% from 255) = 74.35%

R = 0.32%
G = 25.32%
B = 74.35%

CMYK

 C value IS 1.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#014EE5 (or 0x014EE5) is known color: Navy Blue. HEX triplet: 01, 4E and E5. RGB value is (1,78,229). Sum of RGB (Red+Green+Blue) = 1+78+229=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 229 (89.84% from 255 or 74.35% from 308); Max value from RGB is 229 - color contains mainly: blue. Hex color #014EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EE5 is #FEB11A. Grayscale: #474747. Windows color (decimal): -16691483 or 15027713. OLE color: 15027713.

HSL color Cylindrical-coordinate representation of color #014EE5: hue angle of 219.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EE5 is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 78 229 -
CMYK 1.00 0.66 0 0.10
HSL 219.74º 0.99% 0.45% -
HSV(B) 219.74º 1% 0.9% -
XYZ 16.88 11.11 75.38 -
YUV 72.19 216.49 77.22 -
System Red Green Blue C M Y K H S L
Decimal 1 78 229 1.00 0.66 0 0.10 219.74 0.99 0.45
Hex 1 4E E5 64 42 0 A DC 63 2D
Octal 1 116 345 144 102 0 12 334 143 55
Binary 1 1001110 11100101 1100100 1000010 0 1010 11011100 1100011 101101

Color Harmonies of #014EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EE5

Black with #014EE5

Text Example


Text Example

White with #014EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,78,229); }

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

background-color css

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

 a { background-color: rgb(1,78,229); }

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

border-color css

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

 span { border-color: rgb(1,78,229); }

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