Html Css Color HEX #014AEF Navy Blue

📋 copy color: '#014AEF'

red 1 ◦ green 74 ◦ blue 239

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

Shades of Navy Blue #014AEF

Tints of Navy Blue #014AEF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 239 (93.75% from 255) = 76.11%

R = 0.32%
G = 23.57%
B = 76.11%

CMYK

 C value IS 1.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#014AEF (or 0x014AEF) is known color: Navy Blue. HEX triplet: 01, 4A and EF. RGB value is (1,74,239). Sum of RGB (Red+Green+Blue) = 1+74+239=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #014AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014AEF is #FEB510. Grayscale: #464646. Windows color (decimal): -16692497 or 15682049. OLE color: 15682049.

HSL color Cylindrical-coordinate representation of color #014AEF: hue angle of 221.6º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014AEF is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 74 239 -
CMYK 1.00 0.69 0 0.06
HSL 221.6º 0.99% 0.47% -
HSV(B) 221.6º 1% 0.94% -
XYZ 18.04 11.14 82.86 -
YUV 70.98 222.82 78.08 -
System Red Green Blue C M Y K H S L
Decimal 1 74 239 1.00 0.69 0 0.06 221.6 0.99 0.47
Hex 1 4A EF 64 45 0 6 DE 63 2F
Octal 1 112 357 144 105 0 6 336 143 57
Binary 1 1001010 11101111 1100100 1000101 0 110 11011110 1100011 101111

Color Harmonies of #014AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014AEF

Black with #014AEF

Text Example


Text Example

White with #014AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,74,239); }

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

background-color css

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

 a { background-color: rgb(1,74,239); }

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

border-color css

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

 span { border-color: rgb(1,74,239); }

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