Html Css Color HEX #144FEA Navy Blue

📋 copy color: '#144FEA'

red 20 ◦ green 79 ◦ blue 234

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

Shades of Navy Blue #144FEA

Tints of Navy Blue #144FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.72%

 BLUE value IS 234 (91.8% from 255) = 70.27%

R = 6.01%
G = 23.72%
B = 70.27%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#144FEA (or 0x144FEA) is known color: Navy Blue. HEX triplet: 14, 4F and EA. RGB value is (20,79,234). Sum of RGB (Red+Green+Blue) = 20+79+234=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #144FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FEA is #EBB015. Grayscale: #4E4E4E. Windows color (decimal): -15446038 or 15355668. OLE color: 15355668.

HSL color Cylindrical-coordinate representation of color #144FEA: hue angle of 223.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144FEA is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 79 234 -
CMYK 0.91 0.66 0 0.08
HSL 223.46º 0.84% 0.5% -
HSV(B) 223.46º 0.91% 0.92% -
XYZ 17.94 11.68 79.15 -
YUV 79.03 215.45 85.9 -
System Red Green Blue C M Y K H S L
Decimal 20 79 234 0.91 0.66 0 0.08 223.46 0.84 0.5
Hex 14 4F EA 5B 42 0 8 DF 54 32
Octal 24 117 352 133 102 0 10 337 124 62
Binary 10100 1001111 11101010 1011011 1000010 0 1000 11011111 1010100 110010

Color Harmonies of #144FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FEA

Black with #144FEA

Text Example


Text Example

White with #144FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,79,234); }

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

background-color css

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

 a { background-color: rgb(20,79,234); }

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

border-color css

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

 span { border-color: rgb(20,79,234); }

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