#152474

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

Shades of Midnight Blue #152474

Tints of Midnight Blue #152474

Color information

#152474 (or 0x152474) is unknown color: approx Midnight Blue. HEX triplet: 15, 24 and 74. RGB value is (21,36,116). Sum of RGB (Red+Green+Blue) = 21+36+116=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #152474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152474 is #EADB8B. Grayscale: #282828. Windows color (decimal): -15391628 or 7611413. OLE color: 7611413.

HSL color Cylindrical-coordinate representation of color #152474: hue angle of 230.53º 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 #152474 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2136116-
CMYK0.820.6900.55
HSL230.53º69.34%26.86%-
HSV(B)230.53º81.9%45.49%-
XYZ4.092.6816.83-
YUV40.64170.53114-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 116 (45.70% from 255) = 67.05%
R=12.14%
G=20.81%
B=67.05%

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
Decimal21361160.820.6900.55230.5369.3426.86
Hex1524745245037e7451b
Octal254416412210506734710533
Binary10101100100111010010100101000101011011111100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152474; }

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

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

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

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

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

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

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

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