Html Css Color HEX #152381 Midnight Blue

📋 copy color: '#152381'

red 21 ◦ green 35 ◦ blue 129

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

Shades of Midnight Blue #152381

Tints of Midnight Blue #152381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

 BLUE value IS 129 (50.78% from 255) = 69.73%

R = 11.35%
G = 18.92%
B = 69.73%

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

#152381 (or 0x152381) is known color: Midnight Blue. HEX triplet: 15, 23 and 81. RGB value is (21,35,129). Sum of RGB (Red+Green+Blue) = 21+35+129=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #152381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152381 is #EADC7E. Grayscale: #292929. Windows color (decimal): -15391871 or 8463125. OLE color: 8463125.

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

Color convert

RGB 21 35 129 -
CMYK 0.84 0.73 0 0.49
HSL 232.22º 0.72% 0.29% -
HSV(B) 232.22º 0.84% 0.51% -
XYZ 4.87 2.95 21.08 -
YUV 41.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 21 35 129 0.84 0.73 0 0.49 232.22 0.72 0.29
Hex 15 23 81 54 49 0 31 E8 48 1D
Octal 25 43 201 124 111 0 61 350 110 35
Binary 10101 100011 10000001 1010100 1001001 0 110001 11101000 1001000 11101

Color Harmonies of #152381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152381

Black with #152381

Text Example


Text Example

White with #152381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152381; }

 p { color: rgb(21,35,129); }

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

background-color css

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

 a { background-color: rgb(21,35,129); }

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

border-color css

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

 span { border-color: rgb(21,35,129); }

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