#152370

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

Shades of Midnight Blue #152370

Tints of Midnight Blue #152370

Color information

#152370 (or 0x152370) is unknown color: approx Midnight Blue. HEX triplet: 15, 23 and 70. RGB value is (21,35,112). Sum of RGB (Red+Green+Blue) = 21+35+112=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #152370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152370 is #EADC8F. Grayscale: #272727. Windows color (decimal): -15391888 or 7349013. OLE color: 7349013.

HSL color Cylindrical-coordinate representation of color #152370: hue angle of 230.77º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152370 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2135112-
CMYK0.810.6900.56
HSL230.77º68.42%26.08%-
HSV(B)230.77º81.25%43.92%-
XYZ3.832.5315.62-
YUV39.59168.86114.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 112 (44.14% from 255) = 66.67%
R=12.5%
G=20.83%
B=66.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21351120.810.6900.56230.7768.4226.08
Hex1523705145038e7441a
Octal254316012110507034710432
Binary10101100011111000010100011000101011100011100111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152370; }

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

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

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

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

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

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

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

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