Html Css Color HEX #014CF0 Navy Blue

📋 copy color: '#014CF0'

red 1 ◦ green 76 ◦ blue 240

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

Shades of Navy Blue #014CF0

Tints of Navy Blue #014CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 75.71%

R = 0.32%
G = 23.97%
B = 75.71%

CMYK

 C value IS 1.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#014CF0 (or 0x014CF0) is known color: Navy Blue. HEX triplet: 01, 4C and F0. RGB value is (1,76,240). Sum of RGB (Red+Green+Blue) = 1+76+240=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 240 (94.14% from 255 or 75.71% from 317); Max value from RGB is 240 - color contains mainly: blue. Hex color #014CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014CF0 is #FEB30F. Grayscale: #474747. Windows color (decimal): -16691984 or 15748097. OLE color: 15748097.

HSL color Cylindrical-coordinate representation of color #014CF0: hue angle of 221.17º 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 #014CF0 is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 76 240 -
CMYK 1.00 0.68 0 0.06
HSL 221.17º 0.99% 0.47% -
HSV(B) 221.17º 1% 0.94% -
XYZ 18.33 11.47 83.69 -
YUV 72.27 222.65 77.16 -
System Red Green Blue C M Y K H S L
Decimal 1 76 240 1.00 0.68 0 0.06 221.17 0.99 0.47
Hex 1 4C F0 64 44 0 6 DD 63 2F
Octal 1 114 360 144 104 0 6 335 143 57
Binary 1 1001100 11110000 1100100 1000100 0 110 11011101 1100011 101111

Color Harmonies of #014CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CF0

Black with #014CF0

Text Example


Text Example

White with #014CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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