#152949

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

Shades of Midnight #152949

Tints of Midnight #152949

Color information

#152949 (or 0x152949) is unknown color: approx Midnight. HEX triplet: 15, 29 and 49. RGB value is (21,41,73). Sum of RGB (Red+Green+Blue) = 21+41+73=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #152949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152949 is #EAD6B6. Grayscale: #262626. Windows color (decimal): -15390391 or 4794645. OLE color: 4794645.

HSL color Cylindrical-coordinate representation of color #152949: hue angle of 216.92º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152949 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB214173-
CMYK0.710.4400.71
HSL216.92º55.32%18.43%-
HSV(B)216.92º71.23%28.63%-
XYZ2.32.236.61-
YUV38.67147.37115.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 73 (28.91% from 255) = 54.07%
R=15.56%
G=30.37%
B=54.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2141730.710.4400.71216.9255.3218.43
Hex152949472C047d93712
Octal25511111075401073316722
Binary1010110100110010011000111101100010001111101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152949; }

 p { color: rgb(21,41,73); }

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

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

 a { background-color: rgb(21,41,73); }

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

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

 span { border-color: rgb(21,41,73); }

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