Html Css Color HEX #150071 Midnight Blue

📋 copy color: '#150071'

red 21 ◦ green 0 ◦ blue 113

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

Shades of Midnight Blue #150071

Tints of Midnight Blue #150071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.67%
G = 0%
B = 84.33%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#150071 (or 0x150071) is known color: Midnight Blue. HEX triplet: 15, 00 and 71. RGB value is (21,0,113). Sum of RGB (Red+Green+Blue) = 21+0+113=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 113 (44.53% from 255 or 84.33% from 134); Max value from RGB is 113 - color contains mainly: blue. Hex color #150071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150071 is #EAFF8E. Grayscale: #121212. Windows color (decimal): -15400847 or 7405589. OLE color: 7405589.

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

Color convert

RGB 21 0 113 -
CMYK 0.81 1 0 0.56
HSL 251.15º 1% 0.22% -
HSV(B) 251.15º 1% 0.44% -
XYZ 3.29 1.35 15.71 -
YUV 19.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 21 0 113 0.81 1 0 0.56 251.15 1 0.22
Hex 15 0 71 51 64 0 38 FB 64 16
Octal 25 0 161 121 144 0 70 373 144 26
Binary 10101 0 1110001 1010001 1100100 0 111000 11111011 1100100 10110

Color Harmonies of #150071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150071

Black with #150071

Text Example


Text Example

White with #150071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150071; }

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

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

background-color css

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

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

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

border-color css

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

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

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