#151A58

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

Shades of Midnight Blue #151A58

Tints of Midnight Blue #151A58

Color information

#151A58 (or 0x151A58) is unknown color: approx Midnight Blue. HEX triplet: 15, 1A and 58. RGB value is (21,26,88). Sum of RGB (Red+Green+Blue) = 21+26+88=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #151A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A58 is #EAE5A7. Grayscale: #1F1F1F. Windows color (decimal): -15394216 or 5773845. OLE color: 5773845.

HSL color Cylindrical-coordinate representation of color #151A58: hue angle of 235.52º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151A58 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB212688-
CMYK0.760.7000.65
HSL235.52º61.47%21.37%-
HSV(B)235.52º76.14%34.51%-
XYZ2.441.69.41-
YUV31.57159.84120.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 88 (34.77% from 255) = 65.19%
R=15.56%
G=19.26%
B=65.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2126880.760.7000.65235.5261.4721.37
Hex151A584C46041ec3d15
Octal253213011410601013547525
Binary1010111010101100010011001000110010000011110110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A58; }

 p { color: rgb(21,26,88); }

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

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

 a { background-color: rgb(21,26,88); }

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

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

 span { border-color: rgb(21,26,88); }

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