#144de7

Color #144DE7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #144DE7

Tints of Navy Blue #144DE7

Color information

#144DE7 (or 0x144DE7) is unknown color: approx Navy Blue. HEX triplet: 14, 4D and E7. RGB value is (20,77,231). Sum of RGB (Red+Green+Blue) = 20+77+231=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 231 (90.62% from 255 or 70.43% from 328); Max value from RGB is 231 - color contains mainly: blue. Hex color #144DE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DE7 is #EBB218. Grayscale: #4C4C4C. Windows color (decimal): -15446553 or 15158548. OLE color: 15158548.

HSL color Cylindrical-coordinate representation of color #144DE7: hue angle of 223.79º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144DE7 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2077231-
CMYK0.910.6700.09
HSL223.79º84.06%49.22%-
HSV(B)223.79º91.34%90.59%-
XYZ17.3711.2376.85-
YUV77.51214.6286.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.10%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 231 (90.62% from 255) = 70.43%
R=6.10%
G=23.48%
B=70.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20772310.910.6700.09223.7984.0649.22
Hex144DE75B4309e05431
Octal2411534713310301134012461
Binary101001001101111001111011011100001101001111000001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144de7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #144de7;
 }
 .AnyTagClassName
 {
   color: #144de7;
 }
</style>
background-color css

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

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

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

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

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

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