Html Css Color HEX #152688 Midnight Blue

📋 copy color: '#152688'

red 21 ◦ green 38 ◦ blue 136

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

Shades of Midnight Blue #152688

Tints of Midnight Blue #152688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 10.77%
G = 19.49%
B = 69.74%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#152688 (or 0x152688) is known color: Midnight Blue. HEX triplet: 15, 26 and 88. RGB value is (21,38,136). Sum of RGB (Red+Green+Blue) = 21+38+136=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #152688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152688 is #EAD977. Grayscale: #2B2B2B. Windows color (decimal): -15391096 or 8922645. OLE color: 8922645.

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

Color convert

RGB 21 38 136 -
CMYK 0.85 0.72 0 0.47
HSL 231.13º 0.73% 0.31% -
HSV(B) 231.13º 0.85% 0.53% -
XYZ 5.45 3.32 23.65 -
YUV 44.09 179.87 111.53 -
System Red Green Blue C M Y K H S L
Decimal 21 38 136 0.85 0.72 0 0.47 231.13 0.73 0.31
Hex 15 26 88 55 48 0 2F E7 49 1F
Octal 25 46 210 125 110 0 57 347 111 37
Binary 10101 100110 10001000 1010101 1001000 0 101111 11100111 1001001 11111

Color Harmonies of #152688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152688

Black with #152688

Text Example


Text Example

White with #152688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152688; }

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

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

background-color css

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

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

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

border-color css

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

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

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