#150968

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

Shades of Midnight Blue #150968

Tints of Midnight Blue #150968

Color information

#150968 (or 0x150968) is unknown color: approx Midnight Blue. HEX triplet: 15, 09 and 68. RGB value is (21,9,104). Sum of RGB (Red+Green+Blue) = 21+9+104=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #150968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150968 is #EAF697. Grayscale: #171717. Windows color (decimal): -15398552 or 6818069. OLE color: 6818069.

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

Color convert

RGB219104-
CMYK0.800.9100.59
HSL247.58º84.07%22.16%-
HSV(B)247.58º91.35%40.78%-
XYZ2.911.3513.2-
YUV23.42173.48126.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 104 (41.02% from 255) = 77.61%
R=15.67%
G=6.72%
B=77.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2191040.800.9100.59247.5884.0722.16
Hex15968505B03Bf85416
Octal251115012013307337012426
Binary101011001110100010100001011011011101111111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150968; }

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

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

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

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

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

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

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

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