#152A86

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

Shades of Midnight Blue #152A86

Tints of Midnight Blue #152A86

Color information

#152A86 (or 0x152A86) is unknown color: approx Midnight Blue. HEX triplet: 15, 2A and 86. RGB value is (21,42,134). Sum of RGB (Red+Green+Blue) = 21+42+134=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #152A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152A86 is #EAD579. Grayscale: #2D2D2D. Windows color (decimal): -15390074 or 8792597. OLE color: 8792597.

HSL color Cylindrical-coordinate representation of color #152A86: hue angle of 228.85º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152A86 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2142134-
CMYK0.840.6900.47
HSL228.85º72.9%30.39%-
HSV(B)228.85º84.33%52.55%-
XYZ5.443.5422.95-
YUV46.21177.54110.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 134 (52.73% from 255) = 68.02%
R=10.66%
G=21.32%
B=68.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21421340.840.6900.47228.8572.930.39
Hex152A86544502Fe5491e
Octal255220612410505734511136
Binary101011010101000011010101001000101010111111100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A86; }

 p { color: rgb(21,42,134); }

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

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

 a { background-color: rgb(21,42,134); }

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

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

 span { border-color: rgb(21,42,134); }

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