#152640

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

Shades of Midnight #152640

Tints of Midnight #152640

Color information

#152640 (or 0x152640) is unknown color: approx Midnight. HEX triplet: 15, 26 and 40. RGB value is (21,38,64). Sum of RGB (Red+Green+Blue) = 21+38+64=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #152640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152640 is #EAD9BF. Grayscale: #232323. Windows color (decimal): -15391168 or 4204053. OLE color: 4204053.

HSL color Cylindrical-coordinate representation of color #152640: hue angle of 216.28º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #152640 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB213864-
CMYK0.670.4100.75
HSL216.28º50.59%16.67%-
HSV(B)216.28º67.19%25.1%-
XYZ1.931.925.12-
YUV35.88143.87117.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=17.07%
G=30.89%
B=52.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2138640.670.4100.75216.2850.5916.67
Hex152640432904Bd83311
Octal25461001035101133306321
Binary1010110011010000001000011101001010010111101100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152640; }

 p { color: rgb(21,38,64); }

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

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

 a { background-color: rgb(21,38,64); }

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

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

 span { border-color: rgb(21,38,64); }

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