Html Css Color HEX #014CF4 Navy Blue

📋 copy color: '#014CF4'

red 1 ◦ green 76 ◦ blue 244

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

Shades of Navy Blue #014CF4

Tints of Navy Blue #014CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 76.01%

R = 0.31%
G = 23.68%
B = 76.01%

CMYK

 C value IS 1.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#014CF4 (or 0x014CF4) is known color: Navy Blue. HEX triplet: 01, 4C and F4. RGB value is (1,76,244). Sum of RGB (Red+Green+Blue) = 1+76+244=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 244 (95.70% from 255 or 76.01% from 321); Max value from RGB is 244 - color contains mainly: blue. Hex color #014CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014CF4 is #FEB30B. Grayscale: #474747. Windows color (decimal): -16691980 or 16010241. OLE color: 16010241.

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

Color convert

RGB 1 76 244 -
CMYK 1.00 0.69 0 0.04
HSL 221.48º 0.99% 0.48% -
HSV(B) 221.48º 1% 0.96% -
XYZ 18.93 11.71 86.85 -
YUV 72.73 224.65 76.84 -
System Red Green Blue C M Y K H S L
Decimal 1 76 244 1.00 0.69 0 0.04 221.48 0.99 0.48
Hex 1 4C F4 64 45 0 4 DD 63 30
Octal 1 114 364 144 105 0 4 335 143 60
Binary 1 1001100 11110100 1100100 1000101 0 100 11011101 1100011 110000

Color Harmonies of #014CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CF4

Black with #014CF4

Text Example


Text Example

White with #014CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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