Html Css Color HEX #151980 Midnight Blue

📋 copy color: '#151980'

red 21 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #151980

Tints of Midnight Blue #151980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 128 (50.39% from 255) = 73.56%

R = 12.07%
G = 14.37%
B = 73.56%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#151980 (or 0x151980) is known color: Midnight Blue. HEX triplet: 15, 19 and 80. RGB value is (21,25,128). Sum of RGB (Red+Green+Blue) = 21+25+128=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 128 (50.39% from 255 or 73.56% from 174); Max value from RGB is 128 - color contains mainly: blue. Hex color #151980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151980 is #EAE67F. Grayscale: #232323. Windows color (decimal): -15394432 or 8395029. OLE color: 8395029.

HSL color Cylindrical-coordinate representation of color #151980: hue angle of 237.76º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151980 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 25 128 -
CMYK 0.84 0.80 0 0.50
HSL 237.76º 0.72% 0.29% -
HSV(B) 237.76º 0.84% 0.5% -
XYZ 4.55 2.41 20.65 -
YUV 35.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 21 25 128 0.84 0.80 0 0.50 237.76 0.72 0.29
Hex 15 19 80 54 50 0 32 EE 48 1D
Octal 25 31 200 124 120 0 62 356 110 35
Binary 10101 11001 10000000 1010100 1010000 0 110010 11101110 1001000 11101

Color Harmonies of #151980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151980

Black with #151980

Text Example


Text Example

White with #151980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151980; }

 p { color: rgb(21,25,128); }

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

background-color css

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

 a { background-color: rgb(21,25,128); }

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

border-color css

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

 span { border-color: rgb(21,25,128); }

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