#144FF6

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

Shades of Navy Blue #144FF6

Tints of Navy Blue #144FF6

Color information

#144FF6 (or 0x144FF6) is unknown color: approx Navy Blue. HEX triplet: 14, 4F and F6. RGB value is (20,79,246). Sum of RGB (Red+Green+Blue) = 20+79+246=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #144FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FF6 is #EBB009. Grayscale: #4F4F4F. Windows color (decimal): -15446026 or 16142100. OLE color: 16142100.

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

Color convert

RGB2079246-
CMYK0.920.6800.04
HSL224.34º92.62%52.16%-
HSV(B)224.34º91.87%96.47%-
XYZ19.7212.3988.54-
YUV80.4221.4584.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.80%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 246 (96.48% from 255) = 71.30%
R=5.80%
G=22.90%
B=71.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal20792460.920.6800.04224.3492.6252.16
Hex144FF65C4404e05d34
Octal241173661341040434013564
Binary10100100111111110110101110010001000100111000001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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