Html Css Color HEX #152573 Midnight Blue

📋 copy color: '#152573'

red 21 ◦ green 37 ◦ blue 115

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

Shades of Midnight Blue #152573

Tints of Midnight Blue #152573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.47%

R = 12.14%
G = 21.39%
B = 66.47%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#152573 (or 0x152573) is known color: Midnight Blue. HEX triplet: 15, 25 and 73. RGB value is (21,37,115). Sum of RGB (Red+Green+Blue) = 21+37+115=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #152573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152573 is #EADA8C. Grayscale: #282828. Windows color (decimal): -15391373 or 7546133. OLE color: 7546133.

HSL color Cylindrical-coordinate representation of color #152573: hue angle of 229.79º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152573 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 37 115 -
CMYK 0.82 0.68 0 0.55
HSL 229.79º 0.69% 0.27% -
HSV(B) 229.79º 0.82% 0.45% -
XYZ 4.07 2.72 16.53 -
YUV 41.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 21 37 115 0.82 0.68 0 0.55 229.79 0.69 0.27
Hex 15 25 73 52 44 0 37 E6 45 1B
Octal 25 45 163 122 104 0 67 346 105 33
Binary 10101 100101 1110011 1010010 1000100 0 110111 11100110 1000101 11011

Color Harmonies of #152573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152573

Black with #152573

Text Example


Text Example

White with #152573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152573; }

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

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

background-color css

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

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

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

border-color css

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

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

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