#150BB4

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

Shades of New Midnight Blue #150BB4

Tints of New Midnight Blue #150BB4

Color information

#150BB4 (or 0x150BB4) is unknown color: approx New Midnight Blue. HEX triplet: 15, 0B and B4. RGB value is (21,11,180). Sum of RGB (Red+Green+Blue) = 21+11+180=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 180 (70.70% from 255 or 84.91% from 212); Max value from RGB is 180 - color contains mainly: blue. Hex color #150BB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BB4 is #EAF44B. Grayscale: #202020. Windows color (decimal): -15397964 or 11799317. OLE color: 11799317.

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

Color convert

RGB2111180-
CMYK0.880.9400.29
HSL243.55º88.48%37.45%-
HSV(B)243.55º93.89%70.59%-
XYZ8.673.6943.44-
YUV33.26210.81119.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 180 (70.70% from 255) = 84.91%
R=9.91%
G=5.19%
B=84.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21111800.880.9400.29243.5588.4837.45
Hex15BB4585E01Df45825
Octal251326413013603536413045
Binary1010110111011010010110001011110011101111101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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