Html Css Color HEX #150577 Midnight Blue

📋 copy color: '#150577'

red 21 ◦ green 5 ◦ blue 119

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

Shades of Midnight Blue #150577

Tints of Midnight Blue #150577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 82.07%

R = 14.48%
G = 3.45%
B = 82.07%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#150577 (or 0x150577) is known color: Midnight Blue. HEX triplet: 15, 05 and 77. RGB value is (21,5,119). Sum of RGB (Red+Green+Blue) = 21+5+119=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #150577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150577 is #EAFA88. Grayscale: #161616. Windows color (decimal): -15399561 or 7800085. OLE color: 7800085.

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

Color convert

RGB 21 5 119 -
CMYK 0.82 0.96 0 0.53
HSL 248.42º 0.92% 0.24% -
HSV(B) 248.42º 0.96% 0.47% -
XYZ 3.69 1.6 17.57 -
YUV 22.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 21 5 119 0.82 0.96 0 0.53 248.42 0.92 0.24
Hex 15 5 77 52 60 0 35 F8 5C 18
Octal 25 5 167 122 140 0 65 370 134 30
Binary 10101 101 1110111 1010010 1100000 0 110101 11111000 1011100 11000

Color Harmonies of #150577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150577

Black with #150577

Text Example


Text Example

White with #150577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150577; }

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

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

background-color css

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

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

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

border-color css

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

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

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