Html Css Color HEX #150573 Midnight Blue

📋 copy color: '#150573'

red 21 ◦ green 5 ◦ blue 115

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

Shades of Midnight Blue #150573

Tints of Midnight Blue #150573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 81.56%

R = 14.89%
G = 3.55%
B = 81.56%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#150573 (or 0x150573) is known color: Midnight Blue. HEX triplet: 15, 05 and 73. RGB value is (21,5,115). Sum of RGB (Red+Green+Blue) = 21+5+115=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 115 (45.31% from 255 or 81.56% from 141); Max value from RGB is 115 - color contains mainly: blue. Hex color #150573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150573 is #EAFA8C. Grayscale: #151515. Windows color (decimal): -15399565 or 7537941. OLE color: 7537941.

HSL color Cylindrical-coordinate representation of color #150573: hue angle of 248.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150573 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 5 115 -
CMYK 0.82 0.96 0 0.55
HSL 248.73º 0.92% 0.24% -
HSV(B) 248.73º 0.96% 0.45% -
XYZ 3.46 1.51 16.33 -
YUV 22.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 21 5 115 0.82 0.96 0 0.55 248.73 0.92 0.24
Hex 15 5 73 52 60 0 37 F9 5C 18
Octal 25 5 163 122 140 0 67 371 134 30
Binary 10101 101 1110011 1010010 1100000 0 110111 11111001 1011100 11000

Color Harmonies of #150573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150573

Black with #150573

Text Example


Text Example

White with #150573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150573; }

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

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

background-color css

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

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

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

border-color css

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

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

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