#152A43

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

Shades of Midnight #152A43

Tints of Midnight #152A43

Color information

#152A43 (or 0x152A43) is unknown color: approx Midnight. HEX triplet: 15, 2A and 43. RGB value is (21,42,67). Sum of RGB (Red+Green+Blue) = 21+42+67=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 67 (26.56% from 255 or 51.54% from 130); Max value from RGB is 67 - color contains mainly: blue. Hex color #152A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A43 is #EAD5BC. Grayscale: #262626. Windows color (decimal): -15390141 or 4401685. OLE color: 4401685.

HSL color Cylindrical-coordinate representation of color #152A43: hue angle of 212.61º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #152A43 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB214267-
CMYK0.690.3700.74
HSL212.61º52.27%17.25%-
HSV(B)212.61º68.66%26.27%-
XYZ2.152.225.63-
YUV38.57144.04115.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 67 (26.56% from 255) = 51.54%
R=16.15%
G=32.31%
B=51.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2142670.690.3700.74212.6152.2717.25
Hex152A43452504Ad53411
Octal25521031054501123256421
Binary1010110101010000111000101100101010010101101010111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A43; }

 p { color: rgb(21,42,67); }

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

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

 a { background-color: rgb(21,42,67); }

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

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

 span { border-color: rgb(21,42,67); }

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