Html Css Color HEX #014CDA Navy Blue

📋 copy color: '#014CDA'

red 1 ◦ green 76 ◦ blue 218

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

Shades of Navy Blue #014CDA

Tints of Navy Blue #014CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.76%

 BLUE value IS 218 (85.55% from 255) = 73.9%

R = 0.34%
G = 25.76%
B = 73.9%

CMYK

 C value IS 1.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#014CDA (or 0x014CDA) is known color: Navy Blue. HEX triplet: 01, 4C and DA. RGB value is (1,76,218). Sum of RGB (Red+Green+Blue) = 1+76+218=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #014CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CDA is #FEB325. Grayscale: #454545. Windows color (decimal): -16692006 or 14306305. OLE color: 14306305.

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

Color convert

RGB 1 76 218 -
CMYK 1.00 0.65 0 0.15
HSL 219.26º 0.99% 0.43% -
HSV(B) 219.26º 1% 0.85% -
XYZ 15.25 10.24 67.5 -
YUV 69.76 211.65 78.95 -
System Red Green Blue C M Y K H S L
Decimal 1 76 218 1.00 0.65 0 0.15 219.26 0.99 0.43
Hex 1 4C DA 64 41 0 F DB 63 2B
Octal 1 114 332 144 101 0 17 333 143 53
Binary 1 1001100 11011010 1100100 1000001 0 1111 11011011 1100011 101011

Color Harmonies of #014CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CDA

Black with #014CDA

Text Example


Text Example

White with #014CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,76,218); }

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

background-color css

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

 a { background-color: rgb(1,76,218); }

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

border-color css

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

 span { border-color: rgb(1,76,218); }

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