Html Css Color HEX #152289 Midnight Blue

📋 copy color: '#152289'

red 21 ◦ green 34 ◦ blue 137

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

Shades of Midnight Blue #152289

Tints of Midnight Blue #152289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

 BLUE value IS 137 (53.91% from 255) = 71.35%

R = 10.94%
G = 17.71%
B = 71.35%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#152289 (or 0x152289) is known color: Midnight Blue. HEX triplet: 15, 22 and 89. RGB value is (21,34,137). Sum of RGB (Red+Green+Blue) = 21+34+137=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #152289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152289 is #EADD76. Grayscale: #292929. Windows color (decimal): -15392119 or 8987157. OLE color: 8987157.

HSL color Cylindrical-coordinate representation of color #152289: hue angle of 233.28º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152289 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 34 137 -
CMYK 0.85 0.75 0 0.46
HSL 233.28º 0.73% 0.31% -
HSV(B) 233.28º 0.85% 0.54% -
XYZ 5.4 3.11 23.98 -
YUV 41.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 21 34 137 0.85 0.75 0 0.46 233.28 0.73 0.31
Hex 15 22 89 55 4B 0 2E E9 49 1F
Octal 25 42 211 125 113 0 56 351 111 37
Binary 10101 100010 10001001 1010101 1001011 0 101110 11101001 1001001 11111

Color Harmonies of #152289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152289

Black with #152289

Text Example


Text Example

White with #152289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152289; }

 p { color: rgb(21,34,137); }

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

background-color css

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

 a { background-color: rgb(21,34,137); }

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

border-color css

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

 span { border-color: rgb(21,34,137); }

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