#014CEF

Color #014CEF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #014CEF

Tints of Navy Blue #014CEF

Color information

#014CEF (or 0x014CEF) is unknown color: approx Navy Blue. HEX triplet: 01, 4C and EF. RGB value is (1,76,239). Sum of RGB (Red+Green+Blue) = 1+76+239=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #014CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014CEF is #FEB310. Grayscale: #474747. Windows color (decimal): -16691985 or 15682561. OLE color: 15682561.

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

Color convert

RGB176239-
CMYK1.000.6800.06
HSL221.09º99.17%47.06%-
HSV(B)221.09º99.58%93.73%-
XYZ18.1811.4182.91-
YUV72.16222.1577.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 239 (93.75% from 255) = 75.63%
R=0.32%
G=24.05%
B=75.63%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762391.000.6800.06221.0999.1747.06
Hex14CEF644406dd632f
Octal11143571441040633514357
Binary1100110011101111110010010001000110110111011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #014CEF;
 }
 .AnyTagClassName
 {
   color: #014CEF;
 }
</style>
background-color css

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

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

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

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

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

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