#151375

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

Shades of Midnight Blue #151375

Tints of Midnight Blue #151375

Color information

#151375 (or 0x151375) is unknown color: approx Midnight Blue. HEX triplet: 15, 13 and 75. RGB value is (21,19,117). Sum of RGB (Red+Green+Blue) = 21+19+117=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #151375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151375 is #EAEC8A. Grayscale: #1E1E1E. Windows color (decimal): -15395979 or 7672597. OLE color: 7672597.

HSL color Cylindrical-coordinate representation of color #151375: hue angle of 241.22º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151375 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2119117-
CMYK0.820.8400.54
HSL241.22º72.06%26.67%-
HSV(B)241.22º83.76%45.88%-
XYZ3.751.9117-
YUV30.77176.66121.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 117 (46.09% from 255) = 74.52%
R=13.38%
G=12.10%
B=74.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21191170.820.8400.54241.2272.0626.67
Hex1513755254036f1481b
Octal252316512212406636111033
Binary1010110011111010110100101010100011011011110001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151375; }

 p { color: rgb(21,19,117); }

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

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

 a { background-color: rgb(21,19,117); }

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

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

 span { border-color: rgb(21,19,117); }

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