Html Css Color HEX #144EEC Navy Blue

📋 copy color: '#144EEC'

red 20 ◦ green 78 ◦ blue 236

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

Shades of Navy Blue #144EEC

Tints of Navy Blue #144EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.35%

 BLUE value IS 236 (92.58% from 255) = 70.66%

R = 5.99%
G = 23.35%
B = 70.66%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#144EEC (or 0x144EEC) is known color: Navy Blue. HEX triplet: 14, 4E and EC. RGB value is (20,78,236). Sum of RGB (Red+Green+Blue) = 20+78+236=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #144EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EEC is #EBB113. Grayscale: #4D4D4D. Windows color (decimal): -15446292 or 15486484. OLE color: 15486484.

HSL color Cylindrical-coordinate representation of color #144EEC: hue angle of 223.89º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144EEC is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 78 236 -
CMYK 0.92 0.67 0 0.07
HSL 223.89º 0.85% 0.5% -
HSV(B) 223.89º 0.92% 0.93% -
XYZ 18.15 11.65 80.65 -
YUV 78.67 216.78 86.15 -
System Red Green Blue C M Y K H S L
Decimal 20 78 236 0.92 0.67 0 0.07 223.89 0.85 0.5
Hex 14 4E EC 5C 43 0 7 E0 55 32
Octal 24 116 354 134 103 0 7 340 125 62
Binary 10100 1001110 11101100 1011100 1000011 0 111 11100000 1010101 110010

Color Harmonies of #144EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144EEC

Black with #144EEC

Text Example


Text Example

White with #144EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,78,236); }

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

background-color css

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

 a { background-color: rgb(20,78,236); }

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

border-color css

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

 span { border-color: rgb(20,78,236); }

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