Html Css Color HEX #15015E Midnight Blue

📋 copy color: '#15015E'

red 21 ◦ green 1 ◦ blue 94

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

Shades of Midnight Blue #15015E

Tints of Midnight Blue #15015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 81.03%

R = 18.1%
G = 0.86%
B = 81.03%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15015E (or 0x15015E) is known color: Midnight Blue. HEX triplet: 15, 01 and 5E. RGB value is (21,1,94). Sum of RGB (Red+Green+Blue) = 21+1+94=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 94 (37.11% from 255 or 81.03% from 116); Max value from RGB is 94 - color contains mainly: blue. Hex color #15015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15015E is #EAFEA1. Grayscale: #111111. Windows color (decimal): -15400610 or 6160661. OLE color: 6160661.

HSL color Cylindrical-coordinate representation of color #15015E: hue angle of 252.9º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15015E is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 1 94 -
CMYK 0.78 0.99 0 0.63
HSL 252.9º 0.98% 0.19% -
HSV(B) 252.9º 0.99% 0.37% -
XYZ 2.34 0.99 10.66 -
YUV 17.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 21 1 94 0.78 0.99 0 0.63 252.9 0.98 0.19
Hex 15 1 5E 4E 63 0 3F FD 62 13
Octal 25 1 136 116 143 0 77 375 142 23
Binary 10101 1 1011110 1001110 1100011 0 111111 11111101 1100010 10011

Color Harmonies of #15015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15015E

Black with #15015E

Text Example


Text Example

White with #15015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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