Html Css Color HEX #150571 Midnight Blue

📋 copy color: '#150571'

red 21 ◦ green 5 ◦ blue 113

#150571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #150571

Tints of Midnight Blue #150571

RGB

 RED value IS 21 (8.59% from 255) = 15.11%

 GREEN value IS 5 (2.34% from 255) = 3.6%

 BLUE value IS 113 (44.53% from 255) = 81.29%

R = 15.11%
G = 3.6%
B = 81.29%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#150571 (or 0x150571) is known color: Midnight Blue. HEX triplet: 15, 05 and 71. RGB value is (21,5,113). Sum of RGB (Red+Green+Blue) = 21+5+113=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #150571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150571 is #EAFA8E. Grayscale: #151515. Windows color (decimal): -15399567 or 7406869. OLE color: 7406869.

HSL color Cylindrical-coordinate representation of color #150571: hue angle of 248.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150571 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 5 113 -
CMYK 0.81 0.96 0 0.56
HSL 248.89º 0.92% 0.23% -
HSV(B) 248.89º 0.96% 0.44% -
XYZ 3.34 1.46 15.73 -
YUV 22.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 21 5 113 0.81 0.96 0 0.56 248.89 0.92 0.23
Hex 15 5 71 51 60 0 38 F9 5C 17
Octal 25 5 161 121 140 0 70 371 134 27
Binary 10101 101 1110001 1010001 1100000 0 111000 11111001 1011100 10111

Color Harmonies of #150571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150571

Black with #150571

Text Example


Text Example

White with #150571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150571; }

 p { color: rgb(21,5,113); }

 H1.HeaderClassName
 {
   color: #150571;
 }
 .AnyTagClassName
 {
   color: #150571;
 }
</style>

background-color css

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

 a { background-color: rgb(21,5,113); }

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

border-color css

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

 span { border-color: rgb(21,5,113); }

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