Html Css Color HEX #150156 Midnight Blue

📋 copy color: '#150156'

red 21 ◦ green 1 ◦ blue 86

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

Shades of Midnight Blue #150156

Tints of Midnight Blue #150156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 86 (33.98% from 255) = 79.63%

R = 19.44%
G = 0.93%
B = 79.63%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#150156 (or 0x150156) is known color: Midnight Blue. HEX triplet: 15, 01 and 56. RGB value is (21,1,86). Sum of RGB (Red+Green+Blue) = 21+1+86=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 86 (33.98% from 255 or 79.63% from 108); Max value from RGB is 86 - color contains mainly: blue. Hex color #150156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150156 is #EAFEA9. Grayscale: #101010. Windows color (decimal): -15400618 or 5636373. OLE color: 5636373.

HSL color Cylindrical-coordinate representation of color #150156: hue angle of 254.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150156 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 1 86 -
CMYK 0.76 0.99 0 0.66
HSL 254.12º 0.98% 0.17% -
HSV(B) 254.12º 0.99% 0.34% -
XYZ 2 0.85 8.86 -
YUV 16.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 21 1 86 0.76 0.99 0 0.66 254.12 0.98 0.17
Hex 15 1 56 4C 63 0 42 FE 62 11
Octal 25 1 126 114 143 0 102 376 142 21
Binary 10101 1 1010110 1001100 1100011 0 1000010 11111110 1100010 10001

Color Harmonies of #150156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150156

Black with #150156

Text Example


Text Example

White with #150156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150156; }

 p { color: rgb(21,1,86); }

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

background-color css

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

 a { background-color: rgb(21,1,86); }

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

border-color css

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

 span { border-color: rgb(21,1,86); }

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