#150C67

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

Shades of Midnight Blue #150C67

Tints of Midnight Blue #150C67

Color information

#150C67 (or 0x150C67) is unknown color: approx Midnight Blue. HEX triplet: 15, 0C and 67. RGB value is (21,12,103). Sum of RGB (Red+Green+Blue) = 21+12+103=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 103 (40.62% from 255 or 75.74% from 136); Max value from RGB is 103 - color contains mainly: blue. Hex color #150C67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C67 is #EAF398. Grayscale: #181818. Windows color (decimal): -15397785 or 6753301. OLE color: 6753301.

HSL color Cylindrical-coordinate representation of color #150C67: hue angle of 245.93º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150C67 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2112103-
CMYK0.800.8800.60
HSL245.93º79.13%22.55%-
HSV(B)245.93º88.35%40.39%-
XYZ2.891.412.95-
YUV25.06171.98125.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 103 (40.62% from 255) = 75.74%
R=15.44%
G=8.82%
B=75.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21121030.800.8800.60245.9379.1322.55
Hex15C67505803Cf64f17
Octal251414712013007436611727
Binary101011100110011110100001011000011110011110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,12,103); }

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

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

 a { background-color: rgb(21,12,103); }

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

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

 span { border-color: rgb(21,12,103); }

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