Html Css Color HEX #144DED Navy Blue

📋 copy color: '#144DED'

red 20 ◦ green 77 ◦ blue 237

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

Shades of Navy Blue #144DED

Tints of Navy Blue #144DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.96%

R = 5.99%
G = 23.05%
B = 70.96%

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

#144DED (or 0x144DED) is known color: Navy Blue. HEX triplet: 14, 4D and ED. RGB value is (20,77,237). Sum of RGB (Red+Green+Blue) = 20+77+237=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #144DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DED is #EBB212. Grayscale: #4D4D4D. Windows color (decimal): -15446547 or 15551764. OLE color: 15551764.

HSL color Cylindrical-coordinate representation of color #144DED: hue angle of 224.24º degrees, saturation: 0.86, 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 #144DED is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 77 237 -
CMYK 0.92 0.68 0 0.07
HSL 224.24º 0.86% 0.5% -
HSV(B) 224.24º 0.92% 0.93% -
XYZ 18.23 11.57 81.39 -
YUV 78.2 217.62 86.49 -
System Red Green Blue C M Y K H S L
Decimal 20 77 237 0.92 0.68 0 0.07 224.24 0.86 0.5
Hex 14 4D ED 5C 44 0 7 E0 56 32
Octal 24 115 355 134 104 0 7 340 126 62
Binary 10100 1001101 11101101 1011100 1000100 0 111 11100000 1010110 110010

Color Harmonies of #144DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144DED

Black with #144DED

Text Example


Text Example

White with #144DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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