Html Css Color HEX #152088 Midnight Blue

📋 copy color: '#152088'

red 21 ◦ green 32 ◦ blue 136

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

Shades of Midnight Blue #152088

Tints of Midnight Blue #152088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

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

R = 11.11%
G = 16.93%
B = 71.96%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#152088 (or 0x152088) is known color: Midnight Blue. HEX triplet: 15, 20 and 88. RGB value is (21,32,136). Sum of RGB (Red+Green+Blue) = 21+32+136=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 136 (53.52% from 255 or 71.96% from 189); Max value from RGB is 136 - color contains mainly: blue. Hex color #152088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152088 is #EADF77. Grayscale: #282828. Windows color (decimal): -15392632 or 8921109. OLE color: 8921109.

HSL color Cylindrical-coordinate representation of color #152088: hue angle of 234.26º 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 #152088 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 32 136 -
CMYK 0.85 0.76 0 0.47
HSL 234.26º 0.73% 0.31% -
HSV(B) 234.26º 0.85% 0.53% -
XYZ 5.27 2.97 23.59 -
YUV 40.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 21 32 136 0.85 0.76 0 0.47 234.26 0.73 0.31
Hex 15 20 88 55 4C 0 2F EA 49 1F
Octal 25 40 210 125 114 0 57 352 111 37
Binary 10101 100000 10001000 1010101 1001100 0 101111 11101010 1001001 11111

Color Harmonies of #152088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152088

Black with #152088

Text Example


Text Example

White with #152088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152088; }

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

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

background-color css

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

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

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

border-color css

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

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

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