#151268

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

Shades of Midnight Blue #151268

Tints of Midnight Blue #151268

Color information

#151268 (or 0x151268) is unknown color: approx Midnight Blue. HEX triplet: 15, 12 and 68. RGB value is (21,18,104). Sum of RGB (Red+Green+Blue) = 21+18+104=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #151268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151268 is #EAED97. Grayscale: #1C1C1C. Windows color (decimal): -15396248 or 6820373. OLE color: 6820373.

HSL color Cylindrical-coordinate representation of color #151268: hue angle of 242.09º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #151268 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2118104-
CMYK0.800.8300.59
HSL242.09º70.49%23.92%-
HSV(B)242.09º82.69%40.78%-
XYZ3.021.5913.24-
YUV28.7170.49122.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 104 (41.02% from 255) = 72.73%
R=14.69%
G=12.59%
B=72.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21181040.800.8300.59242.0970.4923.92
Hex151268505303Bf24618
Octal252215012012307336210630
Binary1010110010110100010100001010011011101111110010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151268; }

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

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

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

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

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

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

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

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