#150B68

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

Shades of Midnight Blue #150B68

Tints of Midnight Blue #150B68

Color information

#150B68 (or 0x150B68) is unknown color: approx Midnight Blue. HEX triplet: 15, 0B and 68. RGB value is (21,11,104). Sum of RGB (Red+Green+Blue) = 21+11+104=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #150B68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B68 is #EAF497. Grayscale: #181818. Windows color (decimal): -15398040 or 6818581. OLE color: 6818581.

HSL color Cylindrical-coordinate representation of color #150B68: hue angle of 246.45º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150B68 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2111104-
CMYK0.800.8900.59
HSL246.45º80.87%22.55%-
HSV(B)246.45º89.42%40.78%-
XYZ2.931.413.21-
YUV24.59172.81125.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 104 (41.02% from 255) = 76.47%
R=15.44%
G=8.09%
B=76.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21111040.800.8900.59246.4580.8722.55
Hex15B68505903Bf65117
Octal251315012013107336612127
Binary101011011110100010100001011001011101111110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B68; }

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

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

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

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

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

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

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

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