#152168

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

Shades of Midnight Blue #152168

Tints of Midnight Blue #152168

Color information

#152168 (or 0x152168) is unknown color: approx Midnight Blue. HEX triplet: 15, 21 and 68. RGB value is (21,33,104). Sum of RGB (Red+Green+Blue) = 21+33+104=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #152168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152168 is #EADE97. Grayscale: #252525. Windows color (decimal): -15392408 or 6824213. OLE color: 6824213.

HSL color Cylindrical-coordinate representation of color #152168: hue angle of 231.33º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152168 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2133104-
CMYK0.800.6800.59
HSL231.33º66.4%24.51%-
HSV(B)231.33º79.81%40.78%-
XYZ3.352.2513.35-
YUV37.51165.52116.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 104 (41.02% from 255) = 65.82%
R=13.29%
G=20.89%
B=65.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21331040.800.6800.59231.3366.424.51
Hex152168504403Be74219
Octal254115012010407334710231
Binary10101100001110100010100001000100011101111100111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152168; }

 p { color: rgb(21,33,104); }

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

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

 a { background-color: rgb(21,33,104); }

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

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

 span { border-color: rgb(21,33,104); }

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