#152475

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

Shades of Midnight Blue #152475

Tints of Midnight Blue #152475

Color information

#152475 (or 0x152475) is unknown color: approx Midnight Blue. HEX triplet: 15, 24 and 75. RGB value is (21,36,117). Sum of RGB (Red+Green+Blue) = 21+36+117=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #152475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152475 is #EADB8A. Grayscale: #282828. Windows color (decimal): -15391627 or 7676949. OLE color: 7676949.

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

Color convert

RGB2136117-
CMYK0.820.6900.54
HSL230.62º69.57%27.06%-
HSV(B)230.62º82.05%45.88%-
XYZ4.152.7117.13-
YUV40.75171.03113.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 117 (46.09% from 255) = 67.24%
R=12.07%
G=20.69%
B=67.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21361170.820.6900.54230.6269.5727.06
Hex1524755245036e7461b
Octal254416512210506634710633
Binary10101100100111010110100101000101011011011100111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152475; }

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

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

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

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

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

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

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

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