Html Css Color HEX #152582 Midnight Blue

📋 copy color: '#152582'

red 21 ◦ green 37 ◦ blue 130

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

Shades of Midnight Blue #152582

Tints of Midnight Blue #152582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

 BLUE value IS 130 (51.17% from 255) = 69.15%

R = 11.17%
G = 19.68%
B = 69.15%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#152582 (or 0x152582) is known color: Midnight Blue. HEX triplet: 15, 25 and 82. RGB value is (21,37,130). Sum of RGB (Red+Green+Blue) = 21+37+130=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #152582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152582 is #EADA7D. Grayscale: #2A2A2A. Windows color (decimal): -15391358 or 8529173. OLE color: 8529173.

HSL color Cylindrical-coordinate representation of color #152582: hue angle of 231.19º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152582 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 37 130 -
CMYK 0.84 0.72 0 0.49
HSL 231.19º 0.72% 0.3% -
HSV(B) 231.19º 0.84% 0.51% -
XYZ 5 3.09 21.45 -
YUV 42.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 21 37 130 0.84 0.72 0 0.49 231.19 0.72 0.3
Hex 15 25 82 54 48 0 31 E7 48 1E
Octal 25 45 202 124 110 0 61 347 110 36
Binary 10101 100101 10000010 1010100 1001000 0 110001 11100111 1001000 11110

Color Harmonies of #152582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152582

Black with #152582

Text Example


Text Example

White with #152582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152582; }

 p { color: rgb(21,37,130); }

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

background-color css

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

 a { background-color: rgb(21,37,130); }

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

border-color css

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

 span { border-color: rgb(21,37,130); }

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