Html Css Color HEX #152080 Midnight Blue

📋 copy color: '#152080'

red 21 ◦ green 32 ◦ blue 128

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

Shades of Midnight Blue #152080

Tints of Midnight Blue #152080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

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

R = 11.6%
G = 17.68%
B = 70.72%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#152080 (or 0x152080) is known color: Midnight Blue. HEX triplet: 15, 20 and 80. RGB value is (21,32,128). Sum of RGB (Red+Green+Blue) = 21+32+128=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #152080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152080 is #EADF7F. Grayscale: #272727. Windows color (decimal): -15392640 or 8396821. OLE color: 8396821.

HSL color Cylindrical-coordinate representation of color #152080: hue angle of 233.83º 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 #152080 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 32 128 -
CMYK 0.84 0.75 0 0.50
HSL 233.83º 0.72% 0.29% -
HSV(B) 233.83º 0.84% 0.5% -
XYZ 4.72 2.75 20.7 -
YUV 39.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 21 32 128 0.84 0.75 0 0.50 233.83 0.72 0.29
Hex 15 20 80 54 4B 0 32 EA 48 1D
Octal 25 40 200 124 113 0 62 352 110 35
Binary 10101 100000 10000000 1010100 1001011 0 110010 11101010 1001000 11101

Color Harmonies of #152080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152080

Black with #152080

Text Example


Text Example

White with #152080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152080; }

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

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

background-color css

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

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

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

border-color css

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

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

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