#14284B

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

Shades of Midnight #14284B

Tints of Midnight #14284B

Color information

#14284B (or 0x14284B) is unknown color: approx Midnight. HEX triplet: 14, 28 and 4B. RGB value is (20,40,75). Sum of RGB (Red+Green+Blue) = 20+40+75=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #14284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14284B is #EBD7B4. Grayscale: #252525. Windows color (decimal): -15456181 or 4925460. OLE color: 4925460.

HSL color Cylindrical-coordinate representation of color #14284B: hue angle of 218.18º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14284B is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB204075-
CMYK0.730.4700.71
HSL218.18º57.89%18.63%-
HSV(B)218.18º73.33%29.41%-
XYZ2.322.176.95-
YUV38.01148.87115.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=14.81%
G=29.63%
B=55.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2040750.730.4700.71218.1857.8918.63
Hex14284B492F047da3a13
Octal24501131115701073327223
Binary1010010100010010111001001101111010001111101101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14284B; }

 p { color: rgb(20,40,75); }

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

<style>
 a { background-color: #14284B; }

 a { background-color: rgb(20,40,75); }

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

<style>
 span { border-color: #14284B; }

 span { border-color: rgb(20,40,75); }

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