Html Css Color HEX #014CED Navy Blue

📋 copy color: '#014CED'

red 1 ◦ green 76 ◦ blue 237

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

Shades of Navy Blue #014CED

Tints of Navy Blue #014CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 75.48%

R = 0.32%
G = 24.2%
B = 75.48%

CMYK

 C value IS 1.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#014CED (or 0x014CED) is known color: Navy Blue. HEX triplet: 01, 4C and ED. RGB value is (1,76,237). Sum of RGB (Red+Green+Blue) = 1+76+237=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #014CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014CED is #FEB312. Grayscale: #474747. Windows color (decimal): -16691987 or 15551489. OLE color: 15551489.

HSL color Cylindrical-coordinate representation of color #014CED: hue angle of 220.93º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CED is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 76 237 -
CMYK 1.00 0.68 0 0.07
HSL 220.93º 0.99% 0.47% -
HSV(B) 220.93º 1% 0.93% -
XYZ 17.88 11.29 81.36 -
YUV 71.93 221.15 77.41 -
System Red Green Blue C M Y K H S L
Decimal 1 76 237 1.00 0.68 0 0.07 220.93 0.99 0.47
Hex 1 4C ED 64 44 0 7 DD 63 2F
Octal 1 114 355 144 104 0 7 335 143 57
Binary 1 1001100 11101101 1100100 1000100 0 111 11011101 1100011 101111

Color Harmonies of #014CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CED

Black with #014CED

Text Example


Text Example

White with #014CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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