#150261

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

Shades of Midnight Blue #150261

Tints of Midnight Blue #150261

Color information

#150261 (or 0x150261) is unknown color: approx Midnight Blue. HEX triplet: 15, 02 and 61. RGB value is (21,2,97). Sum of RGB (Red+Green+Blue) = 21+2+97=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 97 (38.28% from 255 or 80.83% from 120); Max value from RGB is 97 - color contains mainly: blue. Hex color #150261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150261 is #EAFD9E. Grayscale: #121212. Windows color (decimal): -15400351 or 6357525. OLE color: 6357525.

HSL color Cylindrical-coordinate representation of color #150261: hue angle of 252º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150261 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB21297-
CMYK0.780.9800.62
HSL252º95.96%19.41%-
HSV(B)252º97.94%38.04%-
XYZ2.491.0711.38-
YUV18.51172.29129.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 97 (38.28% from 255) = 80.83%
R=17.5%
G=1.67%
B=80.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal212970.780.9800.6225295.9619.41
Hex152614E6203Efc6013
Octal25214111614207637414023
Binary1010110110000110011101100010011111011111100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150261; }

 p { color: rgb(21,2,97); }

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

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

 a { background-color: rgb(21,2,97); }

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

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

 span { border-color: rgb(21,2,97); }

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