Html Css Color HEX #152483 Midnight Blue

📋 copy color: '#152483'

red 21 ◦ green 36 ◦ blue 131

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

Shades of Midnight Blue #152483

Tints of Midnight Blue #152483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 131 (51.56% from 255) = 69.68%

R = 11.17%
G = 19.15%
B = 69.68%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#152483 (or 0x152483) is known color: Midnight Blue. HEX triplet: 15, 24 and 83. RGB value is (21,36,131). Sum of RGB (Red+Green+Blue) = 21+36+131=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #152483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152483 is #EADB7C. Grayscale: #292929. Windows color (decimal): -15391613 or 8594453. OLE color: 8594453.

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

Color convert

RGB 21 36 131 -
CMYK 0.84 0.73 0 0.49
HSL 231.82º 0.72% 0.3% -
HSV(B) 231.82º 0.84% 0.51% -
XYZ 5.04 3.06 21.8 -
YUV 42.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 21 36 131 0.84 0.73 0 0.49 231.82 0.72 0.3
Hex 15 24 83 54 49 0 31 E8 48 1E
Octal 25 44 203 124 111 0 61 350 110 36
Binary 10101 100100 10000011 1010100 1001001 0 110001 11101000 1001000 11110

Color Harmonies of #152483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152483

Black with #152483

Text Example


Text Example

White with #152483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152483; }

 p { color: rgb(21,36,131); }

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

background-color css

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

 a { background-color: rgb(21,36,131); }

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

border-color css

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

 span { border-color: rgb(21,36,131); }

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