Html Css Color HEX #150756 Midnight Blue

📋 copy color: '#150756'

red 21 ◦ green 7 ◦ blue 86

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

Shades of Midnight Blue #150756

Tints of Midnight Blue #150756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.14%

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

R = 18.42%
G = 6.14%
B = 75.44%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#150756 (or 0x150756) is known color: Midnight Blue. HEX triplet: 15, 07 and 56. RGB value is (21,7,86). Sum of RGB (Red+Green+Blue) = 21+7+86=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #150756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150756 is #EAF8A9. Grayscale: #131313. Windows color (decimal): -15399082 or 5637909. OLE color: 5637909.

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

Color convert

RGB 21 7 86 -
CMYK 0.76 0.92 0 0.66
HSL 250.63º 0.85% 0.18% -
HSV(B) 250.63º 0.92% 0.34% -
XYZ 2.06 0.98 8.89 -
YUV 20.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 21 7 86 0.76 0.92 0 0.66 250.63 0.85 0.18
Hex 15 7 56 4C 5C 0 42 FB 55 12
Octal 25 7 126 114 134 0 102 373 125 22
Binary 10101 111 1010110 1001100 1011100 0 1000010 11111011 1010101 10010

Color Harmonies of #150756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150756

Black with #150756

Text Example


Text Example

White with #150756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150756; }

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

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

background-color css

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

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

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

border-color css

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

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

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