Html Css Color HEX #144CF1 Navy Blue

📋 copy color: '#144CF1'

red 20 ◦ green 76 ◦ blue 241

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

Shades of Navy Blue #144CF1

Tints of Navy Blue #144CF1

RGB

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

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

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

R = 5.93%
G = 22.55%
B = 71.51%

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

#144CF1 (or 0x144CF1) is known color: Navy Blue. HEX triplet: 14, 4C and F1. RGB value is (20,76,241). Sum of RGB (Red+Green+Blue) = 20+76+241=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #144CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CF1 is #EBB30E. Grayscale: #4D4D4D. Windows color (decimal): -15446799 or 15813652. OLE color: 15813652.

HSL color Cylindrical-coordinate representation of color #144CF1: hue angle of 224.8º 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 #144CF1 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 76 241 -
CMYK 0.92 0.68 0 0.05
HSL 224.8º 0.89% 0.51% -
HSV(B) 224.8º 0.92% 0.95% -
XYZ 18.75 11.67 84.48 -
YUV 78.07 219.95 86.58 -
System Red Green Blue C M Y K H S L
Decimal 20 76 241 0.92 0.68 0 0.05 224.8 0.89 0.51
Hex 14 4C F1 5C 44 0 5 E1 59 33
Octal 24 114 361 134 104 0 5 341 131 63
Binary 10100 1001100 11110001 1011100 1000100 0 101 11100001 1011001 110011

Color Harmonies of #144CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CF1

Black with #144CF1

Text Example


Text Example

White with #144CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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