#146cdb

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

Shades of Navy Blue #146CDB

Tints of Navy Blue #146CDB

Color information

#146CDB (or 0x146CDB) is unknown color: approx Navy Blue. HEX triplet: 14, 6C and DB. RGB value is (20,108,219). Sum of RGB (Red+Green+Blue) = 20+108+219=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #146CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CDB is #EB9324. Grayscale: #5D5D5D. Windows color (decimal): -15438629 or 14380052. OLE color: 14380052.

HSL color Cylindrical-coordinate representation of color #146CDB: hue angle of 213.47º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146CDB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20108219-
CMYK0.910.5100.14
HSL213.47º83.26%46.86%-
HSV(B)213.47º90.87%85.88%-
XYZ18.4415.9969.13-
YUV94.34198.3574.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.76%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 219 (85.94% from 255) = 63.11%
R=5.76%
G=31.12%
B=63.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201082190.910.5100.14213.4783.2646.86
Hex146CDB5B330Ed5532f
Octal241543331336301632512357
Binary10100110110011011011101101111001101110110101011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146cdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146cdb; }

 p { color: rgb(20,108,219); }

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

<style>
 a { background-color: #146cdb; }

 a { background-color: rgb(20,108,219); }

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

<style>
 span { border-color: #146cdb; }

 span { border-color: rgb(20,108,219); }

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