Html Css Color HEX #152288 Midnight Blue

📋 copy color: '#152288'

red 21 ◦ green 34 ◦ blue 136

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

Shades of Midnight Blue #152288

Tints of Midnight Blue #152288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 71.2%

R = 10.99%
G = 17.8%
B = 71.2%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#152288 (or 0x152288) is known color: Midnight Blue. HEX triplet: 15, 22 and 88. RGB value is (21,34,136). Sum of RGB (Red+Green+Blue) = 21+34+136=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #152288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152288 is #EADD77. Grayscale: #292929. Windows color (decimal): -15392120 or 8921621. OLE color: 8921621.

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

Color convert

RGB 21 34 136 -
CMYK 0.85 0.75 0 0.47
HSL 233.22º 0.73% 0.31% -
HSV(B) 233.22º 0.85% 0.53% -
XYZ 5.33 3.08 23.61 -
YUV 41.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 21 34 136 0.85 0.75 0 0.47 233.22 0.73 0.31
Hex 15 22 88 55 4B 0 2F E9 49 1F
Octal 25 42 210 125 113 0 57 351 111 37
Binary 10101 100010 10001000 1010101 1001011 0 101111 11101001 1001001 11111

Color Harmonies of #152288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152288

Black with #152288

Text Example


Text Example

White with #152288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152288; }

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

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

background-color css

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

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

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

border-color css

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

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

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