Html Css Color HEX #150860 Midnight Blue

📋 copy color: '#150860'

red 21 ◦ green 8 ◦ blue 96

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

Shades of Midnight Blue #150860

Tints of Midnight Blue #150860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

 BLUE value IS 96 (37.89% from 255) = 76.8%

R = 16.8%
G = 6.4%
B = 76.8%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#150860 (or 0x150860) is known color: Midnight Blue. HEX triplet: 15, 08 and 60. RGB value is (21,8,96). Sum of RGB (Red+Green+Blue) = 21+8+96=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #150860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150860 is #EAF79F. Grayscale: #151515. Windows color (decimal): -15398816 or 6293525. OLE color: 6293525.

HSL color Cylindrical-coordinate representation of color #150860: hue angle of 248.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150860 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 8 96 -
CMYK 0.78 0.92 0 0.62
HSL 248.86º 0.85% 0.2% -
HSV(B) 248.86º 0.92% 0.38% -
XYZ 2.51 1.18 11.16 -
YUV 21.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 21 8 96 0.78 0.92 0 0.62 248.86 0.85 0.2
Hex 15 8 60 4E 5C 0 3E F9 55 14
Octal 25 10 140 116 134 0 76 371 125 24
Binary 10101 1000 1100000 1001110 1011100 0 111110 11111001 1010101 10100

Color Harmonies of #150860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150860

Black with #150860

Text Example


Text Example

White with #150860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150860; }

 p { color: rgb(21,8,96); }

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

background-color css

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

 a { background-color: rgb(21,8,96); }

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

border-color css

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

 span { border-color: rgb(21,8,96); }

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