Html Css Color HEX #144AF1 Navy Blue

📋 copy color: '#144AF1'

red 20 ◦ green 74 ◦ blue 241

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

Shades of Navy Blue #144AF1

Tints of Navy Blue #144AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

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

R = 5.97%
G = 22.09%
B = 71.94%

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

#144AF1 (or 0x144AF1) is known color: Navy Blue. HEX triplet: 14, 4A and F1. RGB value is (20,74,241). Sum of RGB (Red+Green+Blue) = 20+74+241=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #144AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AF1 is #EBB50E. Grayscale: #4C4C4C. Windows color (decimal): -15447311 or 15813140. OLE color: 15813140.

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

Color convert

RGB 20 74 241 -
CMYK 0.92 0.69 0 0.05
HSL 225.34º 0.89% 0.51% -
HSV(B) 225.34º 0.92% 0.95% -
XYZ 18.61 11.4 84.44 -
YUV 76.89 220.61 87.42 -
System Red Green Blue C M Y K H S L
Decimal 20 74 241 0.92 0.69 0 0.05 225.34 0.89 0.51
Hex 14 4A F1 5C 45 0 5 E1 59 33
Octal 24 112 361 134 105 0 5 341 131 63
Binary 10100 1001010 11110001 1011100 1000101 0 101 11100001 1011001 110011

Color Harmonies of #144AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AF1

Black with #144AF1

Text Example


Text Example

White with #144AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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