Html Css Color HEX #014CEF Navy Blue

📋 copy color: '#014CEF'

red 1 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #014CEF

Tints of Navy Blue #014CEF

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 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

#014CEF (or 0x014CEF) is known color: 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

RGB 1 76 239 -
CMYK 1.00 0.68 0 0.06
HSL 221.09º 0.99% 0.47% -
HSV(B) 221.09º 1% 0.94% -
XYZ 18.18 11.41 82.91 -
YUV 72.16 222.15 77.25 -
System Red Green Blue C M Y K H S L
Decimal 1 76 239 1.00 0.68 0 0.06 221.09 0.99 0.47
Hex 1 4C EF 64 44 0 6 DD 63 2F
Octal 1 114 357 144 104 0 6 335 143 57
Binary 1 1001100 11101111 1100100 1000100 0 110 11011101 1100011 101111

Color Harmonies of #014CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CEF

Black with #014CEF

Text Example


Text Example

White with #014CEF

Text Example


Text Example

HTML Codes & Css Web 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>