Html Css Color HEX #152575 Midnight Blue

📋 copy color: '#152575'

red 21 ◦ green 37 ◦ blue 117

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

Shades of Midnight Blue #152575

Tints of Midnight Blue #152575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 12%
G = 21.14%
B = 66.86%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#152575 (or 0x152575) is known color: Midnight Blue. HEX triplet: 15, 25 and 75. RGB value is (21,37,117). Sum of RGB (Red+Green+Blue) = 21+37+117=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #152575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152575 is #EADA8A. Grayscale: #292929. Windows color (decimal): -15391371 or 7677205. OLE color: 7677205.

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

Color convert

RGB 21 37 117 -
CMYK 0.82 0.68 0 0.54
HSL 230º 0.7% 0.27% -
HSV(B) 230º 0.82% 0.46% -
XYZ 4.18 2.77 17.14 -
YUV 41.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 21 37 117 0.82 0.68 0 0.54 230 0.7 0.27
Hex 15 25 75 52 44 0 36 E6 46 1B
Octal 25 45 165 122 104 0 66 346 106 33
Binary 10101 100101 1110101 1010010 1000100 0 110110 11100110 1000110 11011

Color Harmonies of #152575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152575

Black with #152575

Text Example


Text Example

White with #152575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152575; }

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

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

background-color css

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

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

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

border-color css

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

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

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