Html Css Color HEX #15056A Midnight Blue

📋 copy color: '#15056A'

red 21 ◦ green 5 ◦ blue 106

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

Shades of Midnight Blue #15056A

Tints of Midnight Blue #15056A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.79%

 BLUE value IS 106 (41.8% from 255) = 80.3%

R = 15.91%
G = 3.79%
B = 80.3%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15056A (or 0x15056A) is known color: Midnight Blue. HEX triplet: 15, 05 and 6A. RGB value is (21,5,106). Sum of RGB (Red+Green+Blue) = 21+5+106=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 106 (41.80% from 255 or 80.30% from 132); Max value from RGB is 106 - color contains mainly: blue. Hex color #15056A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15056A is #EAFA95. Grayscale: #141414. Windows color (decimal): -15399574 or 6948117. OLE color: 6948117.

HSL color Cylindrical-coordinate representation of color #15056A: hue angle of 249.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15056A is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 5 106 -
CMYK 0.80 0.95 0 0.58
HSL 249.5º 0.91% 0.22% -
HSV(B) 249.5º 0.95% 0.42% -
XYZ 2.97 1.31 13.73 -
YUV 21.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 21 5 106 0.80 0.95 0 0.58 249.5 0.91 0.22
Hex 15 5 6A 50 5F 0 3A FA 5B 16
Octal 25 5 152 120 137 0 72 372 133 26
Binary 10101 101 1101010 1010000 1011111 0 111010 11111010 1011011 10110

Color Harmonies of #15056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15056A

Black with #15056A

Text Example


Text Example

White with #15056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15056A; }

 p { color: rgb(21,5,106); }

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

background-color css

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

 a { background-color: rgb(21,5,106); }

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

border-color css

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

 span { border-color: rgb(21,5,106); }

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