Html Css Color HEX #014EE8 Navy Blue

📋 copy color: '#014EE8'

red 1 ◦ green 78 ◦ blue 232

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

Shades of Navy Blue #014EE8

Tints of Navy Blue #014EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 74.6%

R = 0.32%
G = 25.08%
B = 74.6%

CMYK

 C value IS 1.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#014EE8 (or 0x014EE8) is known color: Navy Blue. HEX triplet: 01, 4E and E8. RGB value is (1,78,232). Sum of RGB (Red+Green+Blue) = 1+78+232=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 232 (91.02% from 255 or 74.60% from 311); Max value from RGB is 232 - color contains mainly: blue. Hex color #014EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EE8 is #FEB117. Grayscale: #474747. Windows color (decimal): -16691480 or 15224321. OLE color: 15224321.

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

Color convert

RGB 1 78 232 -
CMYK 1.00 0.66 0 0.09
HSL 220º 0.99% 0.46% -
HSV(B) 220º 1% 0.91% -
XYZ 17.3 11.28 77.61 -
YUV 72.53 217.99 76.98 -
System Red Green Blue C M Y K H S L
Decimal 1 78 232 1.00 0.66 0 0.09 220 0.99 0.46
Hex 1 4E E8 64 42 0 9 DC 63 2E
Octal 1 116 350 144 102 0 11 334 143 56
Binary 1 1001110 11101000 1100100 1000010 0 1001 11011100 1100011 101110

Color Harmonies of #014EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EE8

Black with #014EE8

Text Example


Text Example

White with #014EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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