Html Css Color HEX #144AF0 Navy Blue

📋 copy color: '#144AF0'

red 20 ◦ green 74 ◦ blue 240

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

Shades of Navy Blue #144AF0

Tints of Navy Blue #144AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 71.86%

R = 5.99%
G = 22.16%
B = 71.86%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#144AF0 (or 0x144AF0) is known color: Navy Blue. HEX triplet: 14, 4A and F0. RGB value is (20,74,240). Sum of RGB (Red+Green+Blue) = 20+74+240=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 240 (94.14% from 255 or 71.86% from 334); Max value from RGB is 240 - color contains mainly: blue. Hex color #144AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AF0 is #EBB50F. Grayscale: #4C4C4C. Windows color (decimal): -15447312 or 15747604. OLE color: 15747604.

HSL color Cylindrical-coordinate representation of color #144AF0: hue angle of 225.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144AF0 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 74 240 -
CMYK 0.92 0.69 0 0.06
HSL 225.27º 0.88% 0.51% -
HSV(B) 225.27º 0.92% 0.94% -
XYZ 18.47 11.34 83.65 -
YUV 76.78 220.11 87.5 -
System Red Green Blue C M Y K H S L
Decimal 20 74 240 0.92 0.69 0 0.06 225.27 0.88 0.51
Hex 14 4A F0 5C 45 0 6 E1 58 33
Octal 24 112 360 134 105 0 6 341 130 63
Binary 10100 1001010 11110000 1011100 1000101 0 110 11100001 1011000 110011

Color Harmonies of #144AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AF0

Black with #144AF0

Text Example


Text Example

White with #144AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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