#152A7F

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

Shades of Midnight Blue #152A7F

Tints of Midnight Blue #152A7F

Color information

#152A7F (or 0x152A7F) is unknown color: approx Midnight Blue. HEX triplet: 15, 2A and 7F. RGB value is (21,42,127). Sum of RGB (Red+Green+Blue) = 21+42+127=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #152A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A7F is #EAD580. Grayscale: #2D2D2D. Windows color (decimal): -15390081 or 8333845. OLE color: 8333845.

HSL color Cylindrical-coordinate representation of color #152A7F: hue angle of 228.11º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152A7F is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2142127-
CMYK0.830.6700.50
HSL228.11º71.62%29.02%-
HSV(B)228.11º83.46%49.8%-
XYZ4.973.3520.46-
YUV45.41174.04110.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 127 (50% from 255) = 66.84%
R=11.05%
G=22.11%
B=66.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21421270.830.6700.50228.1171.6229.02
Hex152A7F5343032e4481d
Octal255217712310306234411035
Binary10101101010111111110100111000011011001011100100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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