#150A65

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

Shades of Midnight Blue #150A65

Tints of Midnight Blue #150A65

Color information

#150A65 (or 0x150A65) is unknown color: approx Midnight Blue. HEX triplet: 15, 0A and 65. RGB value is (21,10,101). Sum of RGB (Red+Green+Blue) = 21+10+101=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 101 (39.84% from 255 or 76.52% from 132); Max value from RGB is 101 - color contains mainly: blue. Hex color #150A65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A65 is #EAF59A. Grayscale: #171717. Windows color (decimal): -15398299 or 6621717. OLE color: 6621717.

HSL color Cylindrical-coordinate representation of color #150A65: hue angle of 247.25º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150A65 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2110101-
CMYK0.790.9000.60
HSL247.25º81.98%21.76%-
HSV(B)247.25º90.1%39.61%-
XYZ2.771.3212.42-
YUV23.66171.64126.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 101 (39.84% from 255) = 76.52%
R=15.91%
G=7.58%
B=76.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101010.790.9000.60247.2581.9821.76
Hex15A654F5A03Cf75216
Octal251214511713207436712226
Binary101011010110010110011111011010011110011110111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,10,101); }

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

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

 a { background-color: rgb(21,10,101); }

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

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

 span { border-color: rgb(21,10,101); }

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