#152473

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

Shades of Midnight Blue #152473

Tints of Midnight Blue #152473

Color information

#152473 (or 0x152473) is unknown color: approx Midnight Blue. HEX triplet: 15, 24 and 73. RGB value is (21,36,115). Sum of RGB (Red+Green+Blue) = 21+36+115=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #152473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152473 is #EADB8C. Grayscale: #282828. Windows color (decimal): -15391629 or 7545877. OLE color: 7545877.

HSL color Cylindrical-coordinate representation of color #152473: hue angle of 230.43º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152473 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2136115-
CMYK0.820.6900.55
HSL230.43º69.12%26.67%-
HSV(B)230.43º81.74%45.1%-
XYZ4.032.6616.52-
YUV40.52170.03114.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 115 (45.31% from 255) = 66.86%
R=12.21%
G=20.93%
B=66.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21361150.820.6900.55230.4369.1226.67
Hex1524735245037e6451b
Octal254416312210506734610533
Binary10101100100111001110100101000101011011111100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152473; }

 p { color: rgb(21,36,115); }

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

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

 a { background-color: rgb(21,36,115); }

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

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

 span { border-color: rgb(21,36,115); }

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