#150EB4

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

Shades of New Midnight Blue #150EB4

Tints of New Midnight Blue #150EB4

Color information

#150EB4 (or 0x150EB4) is unknown color: approx New Midnight Blue. HEX triplet: 15, 0E and B4. RGB value is (21,14,180). Sum of RGB (Red+Green+Blue) = 21+14+180=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 180 (70.70% from 255 or 83.72% from 215); Max value from RGB is 180 - color contains mainly: blue. Hex color #150EB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150EB4 is #EAF14B. Grayscale: #222222. Windows color (decimal): -15397196 or 11800085. OLE color: 11800085.

HSL color Cylindrical-coordinate representation of color #150EB4: hue angle of 242.53º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150EB4 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2114180-
CMYK0.880.9200.29
HSL242.53º85.57%38.04%-
HSV(B)242.53º92.22%70.59%-
XYZ8.73.7743.45-
YUV35.02209.82118-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 14 (5.86% from 255) = 6.51%
BLUE value IS 180 (70.70% from 255) = 83.72%
R=9.77%
G=6.51%
B=83.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21141800.880.9200.29242.5385.5738.04
Hex15EB4585C01Df35626
Octal251626413013403536312646
Binary1010111101011010010110001011100011101111100111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,14,180); }

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

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

 a { background-color: rgb(21,14,180); }

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

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

 span { border-color: rgb(21,14,180); }

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