#152375

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

Shades of Midnight Blue #152375

Tints of Midnight Blue #152375

Color information

#152375 (or 0x152375) is unknown color: approx Midnight Blue. HEX triplet: 15, 23 and 75. RGB value is (21,35,117). Sum of RGB (Red+Green+Blue) = 21+35+117=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #152375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152375 is #EADC8A. Grayscale: #272727. Windows color (decimal): -15391883 or 7676693. OLE color: 7676693.

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

Color convert

RGB2135117-
CMYK0.820.7000.54
HSL231.25º69.57%27.06%-
HSV(B)231.25º82.05%45.88%-
XYZ4.122.6517.12-
YUV40.16171.36114.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 117 (46.09% from 255) = 67.63%
R=12.14%
G=20.23%
B=67.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21351170.820.7000.54231.2569.5727.06
Hex1523755246036e7461b
Octal254316512210606634710633
Binary10101100011111010110100101000110011011011100111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152375; }

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

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

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

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

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

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

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

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