Html Css Color HEX #150570 Midnight Blue

📋 copy color: '#150570'

red 21 ◦ green 5 ◦ blue 112

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

Shades of Midnight Blue #150570

Tints of Midnight Blue #150570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 81.16%

R = 15.22%
G = 3.62%
B = 81.16%

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

#150570 (or 0x150570) is known color: Midnight Blue. HEX triplet: 15, 05 and 70. RGB value is (21,5,112). Sum of RGB (Red+Green+Blue) = 21+5+112=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #150570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150570 is #EAFA8F. Grayscale: #151515. Windows color (decimal): -15399568 or 7341333. OLE color: 7341333.

HSL color Cylindrical-coordinate representation of color #150570: hue angle of 248.97º degrees, saturation: 0.91, 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 #150570 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 5 112 -
CMYK 0.81 0.96 0 0.56
HSL 248.97º 0.91% 0.23% -
HSV(B) 248.97º 0.96% 0.44% -
XYZ 3.29 1.44 15.43 -
YUV 21.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 21 5 112 0.81 0.96 0 0.56 248.97 0.91 0.23
Hex 15 5 70 51 60 0 38 F9 5B 17
Octal 25 5 160 121 140 0 70 371 133 27
Binary 10101 101 1110000 1010001 1100000 0 111000 11111001 1011011 10111

Color Harmonies of #150570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150570

Black with #150570

Text Example


Text Example

White with #150570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150570; }

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

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

background-color css

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

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

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

border-color css

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

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

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