Html Css Color HEX #144AF4 Navy Blue

📋 copy color: '#144AF4'

red 20 ◦ green 74 ◦ blue 244

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

Shades of Navy Blue #144AF4

Tints of Navy Blue #144AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 72.19%

R = 5.92%
G = 21.89%
B = 72.19%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#144AF4 (or 0x144AF4) is known color: Navy Blue. HEX triplet: 14, 4A and F4. RGB value is (20,74,244). Sum of RGB (Red+Green+Blue) = 20+74+244=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 244 (95.70% from 255 or 72.19% from 338); Max value from RGB is 244 - color contains mainly: blue. Hex color #144AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AF4 is #EBB50B. Grayscale: #4C4C4C. Windows color (decimal): -15447308 or 16009748. OLE color: 16009748.

HSL color Cylindrical-coordinate representation of color #144AF4: hue angle of 225.54º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144AF4 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 74 244 -
CMYK 0.92 0.70 0 0.04
HSL 225.54º 0.91% 0.52% -
HSV(B) 225.54º 0.92% 0.96% -
XYZ 19.07 11.58 86.82 -
YUV 77.23 222.11 87.18 -
System Red Green Blue C M Y K H S L
Decimal 20 74 244 0.92 0.70 0 0.04 225.54 0.91 0.52
Hex 14 4A F4 5C 46 0 4 E2 5B 34
Octal 24 112 364 134 106 0 4 342 133 64
Binary 10100 1001010 11110100 1011100 1000110 0 100 11100010 1011011 110100

Color Harmonies of #144AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AF4

Black with #144AF4

Text Example


Text Example

White with #144AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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