#14263F

Color #14263F Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #14263F

Tints of Midnight #14263F

Color information

#14263F (or 0x14263F) is unknown color: approx Midnight. HEX triplet: 14, 26 and 3F. RGB value is (20,38,63). Sum of RGB (Red+Green+Blue) = 20+38+63=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #14263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14263F is #EBD9C0. Grayscale: #232323. Windows color (decimal): -15456705 or 4138516. OLE color: 4138516.

HSL color Cylindrical-coordinate representation of color #14263F: hue angle of 214.88º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14263F is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203863-
CMYK0.680.4000.75
HSL214.88º51.81%16.27%-
HSV(B)214.88º68.25%24.71%-
XYZ1.881.894.97-
YUV35.47143.54116.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 63 (25% from 255) = 52.07%
R=16.53%
G=31.40%
B=52.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2038630.680.4000.75214.8851.8116.27
Hex14263F442804Bd73410
Octal2446771045001133276420
Binary101001001101111111000100101000010010111101011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14263F; }

 p { color: rgb(20,38,63); }

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

<style>
 a { background-color: #14263F; }

 a { background-color: rgb(20,38,63); }

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

<style>
 span { border-color: #14263F; }

 span { border-color: rgb(20,38,63); }

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