#146ED8

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

Shades of Navy Blue #146ED8

Tints of Navy Blue #146ED8

Color information

#146ED8 (or 0x146ED8) is unknown color: approx Navy Blue. HEX triplet: 14, 6E and D8. RGB value is (20,110,216). Sum of RGB (Red+Green+Blue) = 20+110+216=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #146ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ED8 is #EB9127. Grayscale: #5E5E5E. Windows color (decimal): -15438120 or 14183956. OLE color: 14183956.

HSL color Cylindrical-coordinate representation of color #146ED8: hue angle of 212.45º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146ED8 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20110216-
CMYK0.910.4900.15
HSL212.45º83.05%46.27%-
HSV(B)212.45º90.74%84.71%-
XYZ18.2616.2667.14-
YUV95.17196.1874.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.78%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 216 (84.77% from 255) = 62.43%
R=5.78%
G=31.79%
B=62.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201102160.910.4900.15212.4583.0546.27
Hex146ED85B310Fd4532e
Octal241563301336101732412356
Binary10100110111011011000101101111000101111110101001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,110,216); }

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

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

 a { background-color: rgb(20,110,216); }

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

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

 span { border-color: rgb(20,110,216); }

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