Html Css Color HEX #144BF1 Navy Blue

📋 copy color: '#144BF1'

red 20 ◦ green 75 ◦ blue 241

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

Shades of Navy Blue #144BF1

Tints of Navy Blue #144BF1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.32%

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

R = 5.95%
G = 22.32%
B = 71.73%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#144BF1 (or 0x144BF1) is known color: Navy Blue. HEX triplet: 14, 4B and F1. RGB value is (20,75,241). Sum of RGB (Red+Green+Blue) = 20+75+241=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #144BF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BF1 is #EBB40E. Grayscale: #4C4C4C. Windows color (decimal): -15447055 or 15813396. OLE color: 15813396.

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

Color convert

RGB 20 75 241 -
CMYK 0.92 0.69 0 0.05
HSL 225.07º 0.89% 0.51% -
HSV(B) 225.07º 0.92% 0.95% -
XYZ 18.68 11.53 84.46 -
YUV 77.48 220.28 87 -
System Red Green Blue C M Y K H S L
Decimal 20 75 241 0.92 0.69 0 0.05 225.07 0.89 0.51
Hex 14 4B F1 5C 45 0 5 E1 59 33
Octal 24 113 361 134 105 0 5 341 131 63
Binary 10100 1001011 11110001 1011100 1000101 0 101 11100001 1011001 110011

Color Harmonies of #144BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BF1

Black with #144BF1

Text Example


Text Example

White with #144BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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