#152275

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

Shades of Midnight Blue #152275

Tints of Midnight Blue #152275

Color information

#152275 (or 0x152275) is unknown color: approx Midnight Blue. HEX triplet: 15, 22 and 75. RGB value is (21,34,117). Sum of RGB (Red+Green+Blue) = 21+34+117=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #152275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152275 is #EADD8A. Grayscale: #272727. Windows color (decimal): -15392139 or 7676437. OLE color: 7676437.

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

Color convert

RGB2134117-
CMYK0.820.7100.54
HSL231.88º69.57%27.06%-
HSV(B)231.88º82.05%45.88%-
XYZ4.092.5917.11-
YUV39.58171.69114.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 117 (46.09% from 255) = 68.02%
R=12.21%
G=19.77%
B=68.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21341170.820.7100.54231.8869.5727.06
Hex1522755247036e8461b
Octal254216512210706635010633
Binary10101100010111010110100101000111011011011101000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152275; }

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

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

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

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

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

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

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

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