#150367

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

Shades of Midnight Blue #150367

Tints of Midnight Blue #150367

Color information

#150367 (or 0x150367) is unknown color: approx Midnight Blue. HEX triplet: 15, 03 and 67. RGB value is (21,3,103). Sum of RGB (Red+Green+Blue) = 21+3+103=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #150367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150367 is #EAFC98. Grayscale: #131313. Windows color (decimal): -15400089 or 6750997. OLE color: 6750997.

HSL color Cylindrical-coordinate representation of color #150367: hue angle of 250.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150367 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB213103-
CMYK0.800.9700.60
HSL250.8º94.34%20.78%-
HSV(B)250.8º97.09%40.39%-
XYZ2.791.212.92-
YUV19.78174.96128.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 103 (40.62% from 255) = 81.10%
R=16.54%
G=2.36%
B=81.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2131030.800.9700.60250.894.3420.78
Hex15367506103Cfb5e15
Octal25314712014107437313625
Binary1010111110011110100001100001011110011111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150367; }

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

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

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

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

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

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

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

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