Html Css Color HEX #014ADC Navy Blue

📋 copy color: '#014ADC'

red 1 ◦ green 74 ◦ blue 220

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

Shades of Navy Blue #014ADC

Tints of Navy Blue #014ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.58%

R = 0.34%
G = 25.08%
B = 74.58%

CMYK

 C value IS 1.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#014ADC (or 0x014ADC) is known color: Navy Blue. HEX triplet: 01, 4A and DC. RGB value is (1,74,220). Sum of RGB (Red+Green+Blue) = 1+74+220=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #014ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ADC is #FEB523. Grayscale: #444444. Windows color (decimal): -16692516 or 14436865. OLE color: 14436865.

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

Color convert

RGB 1 74 220 -
CMYK 1.00 0.66 0 0.14
HSL 220º 0.99% 0.43% -
HSV(B) 220º 1% 0.86% -
XYZ 15.38 10.07 68.84 -
YUV 68.82 213.32 79.63 -
System Red Green Blue C M Y K H S L
Decimal 1 74 220 1.00 0.66 0 0.14 220 0.99 0.43
Hex 1 4A DC 64 42 0 E DC 63 2B
Octal 1 112 334 144 102 0 16 334 143 53
Binary 1 1001010 11011100 1100100 1000010 0 1110 11011100 1100011 101011

Color Harmonies of #014ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014ADC

Black with #014ADC

Text Example


Text Example

White with #014ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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