Html Css Color HEX #144EF1 Navy Blue

📋 copy color: '#144EF1'

red 20 ◦ green 78 ◦ blue 241

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

Shades of Navy Blue #144EF1

Tints of Navy Blue #144EF1

RGB

 RED value IS 20 (8.2% from 255) = 5.9%

 GREEN value IS 78 (30.86% from 255) = 23.01%

 BLUE value IS 241 (94.53% from 255) = 71.09%

R = 5.9%
G = 23.01%
B = 71.09%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#144EF1 (or 0x144EF1) is known color: Navy Blue. HEX triplet: 14, 4E and F1. RGB value is (20,78,241). Sum of RGB (Red+Green+Blue) = 20+78+241=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #144EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EF1 is #EBB10E. Grayscale: #4E4E4E. Windows color (decimal): -15446287 or 15814164. OLE color: 15814164.

HSL color Cylindrical-coordinate representation of color #144EF1: hue angle of 224.25º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144EF1 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 78 241 -
CMYK 0.92 0.68 0 0.05
HSL 224.25º 0.89% 0.51% -
HSV(B) 224.25º 0.92% 0.95% -
XYZ 18.89 11.95 84.53 -
YUV 79.24 219.28 85.75 -
System Red Green Blue C M Y K H S L
Decimal 20 78 241 0.92 0.68 0 0.05 224.25 0.89 0.51
Hex 14 4E F1 5C 44 0 5 E0 59 33
Octal 24 116 361 134 104 0 5 340 131 63
Binary 10100 1001110 11110001 1011100 1000100 0 101 11100000 1011001 110011

Color Harmonies of #144EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144EF1

Black with #144EF1

Text Example


Text Example

White with #144EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144EF1; }

 p { color: rgb(20,78,241); }

 H1.HeaderClassName
 {
   color: #144EF1;
 }
 .AnyTagClassName
 {
   color: #144EF1;
 }
</style>

background-color css

<style>
 a { background-color: #144EF1; }

 a { background-color: rgb(20,78,241); }

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

border-color css

<style>
 span { border-color: #144EF1; }

 span { border-color: rgb(20,78,241); }

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