Html Css Color HEX #144DEE Navy Blue

📋 copy color: '#144DEE'

red 20 ◦ green 77 ◦ blue 238

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

Shades of Navy Blue #144DEE

Tints of Navy Blue #144DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 238 (93.36% from 255) = 71.04%

R = 5.97%
G = 22.99%
B = 71.04%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#144DEE (or 0x144DEE) is known color: Navy Blue. HEX triplet: 14, 4D and EE. RGB value is (20,77,238). Sum of RGB (Red+Green+Blue) = 20+77+238=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #144DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DEE is #EBB211. Grayscale: #4D4D4D. Windows color (decimal): -15446546 or 15617300. OLE color: 15617300.

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

Color convert

RGB 20 77 238 -
CMYK 0.92 0.68 0 0.07
HSL 224.31º 0.87% 0.51% -
HSV(B) 224.31º 0.92% 0.93% -
XYZ 18.37 11.63 82.17 -
YUV 78.31 218.12 86.41 -
System Red Green Blue C M Y K H S L
Decimal 20 77 238 0.92 0.68 0 0.07 224.31 0.87 0.51
Hex 14 4D EE 5C 44 0 7 E0 57 33
Octal 24 115 356 134 104 0 7 340 127 63
Binary 10100 1001101 11101110 1011100 1000100 0 111 11100000 1010111 110011

Color Harmonies of #144DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DEE

Black with #144DEE

Text Example


Text Example

White with #144DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,77,238); }

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

background-color css

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

 a { background-color: rgb(20,77,238); }

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

border-color css

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

 span { border-color: rgb(20,77,238); }

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