Html Css Color HEX #150D56 Midnight Blue

📋 copy color: '#150D56'

red 21 ◦ green 13 ◦ blue 86

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

Shades of Midnight Blue #150D56

Tints of Midnight Blue #150D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.83%

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

R = 17.5%
G = 10.83%
B = 71.67%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#150D56 (or 0x150D56) is known color: Midnight Blue. HEX triplet: 15, 0D and 56. RGB value is (21,13,86). Sum of RGB (Red+Green+Blue) = 21+13+86=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 86 (33.98% from 255 or 71.67% from 120); Max value from RGB is 86 - color contains mainly: blue. Hex color #150D56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D56 is #EAF2A9. Grayscale: #171717. Windows color (decimal): -15397546 or 5639445. OLE color: 5639445.

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

Color convert

RGB 21 13 86 -
CMYK 0.76 0.85 0 0.66
HSL 246.58º 0.74% 0.19% -
HSV(B) 246.58º 0.85% 0.34% -
XYZ 2.13 1.12 8.91 -
YUV 23.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 21 13 86 0.76 0.85 0 0.66 246.58 0.74 0.19
Hex 15 D 56 4C 55 0 42 F7 4A 13
Octal 25 15 126 114 125 0 102 367 112 23
Binary 10101 1101 1010110 1001100 1010101 0 1000010 11110111 1001010 10011

Color Harmonies of #150D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D56

Black with #150D56

Text Example


Text Example

White with #150D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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