#152073

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

Shades of Midnight Blue #152073

Tints of Midnight Blue #152073

Color information

#152073 (or 0x152073) is unknown color: approx Midnight Blue. HEX triplet: 15, 20 and 73. RGB value is (21,32,115). Sum of RGB (Red+Green+Blue) = 21+32+115=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #152073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152073 is #EADF8C. Grayscale: #252525. Windows color (decimal): -15392653 or 7544853. OLE color: 7544853.

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

Color convert

RGB2132115-
CMYK0.820.7200.55
HSL232.98º69.12%26.67%-
HSV(B)232.98º81.74%45.1%-
XYZ3.922.4316.48-
YUV38.17171.36115.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 115 (45.31% from 255) = 68.45%
R=12.5%
G=19.05%
B=68.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21321150.820.7200.55232.9869.1226.67
Hex1520735248037e9451b
Octal254016312211006735110533
Binary10101100000111001110100101001000011011111101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152073; }

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

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

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

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

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

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

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

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