Html Css Color HEX #15015A Midnight Blue

📋 copy color: '#15015A'

red 21 ◦ green 1 ◦ blue 90

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

Shades of Midnight Blue #15015A

Tints of Midnight Blue #15015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 80.36%

R = 18.75%
G = 0.89%
B = 80.36%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15015A (or 0x15015A) is known color: Midnight Blue. HEX triplet: 15, 01 and 5A. RGB value is (21,1,90). Sum of RGB (Red+Green+Blue) = 21+1+90=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #15015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15015A is #EAFEA5. Grayscale: #101010. Windows color (decimal): -15400614 or 5898517. OLE color: 5898517.

HSL color Cylindrical-coordinate representation of color #15015A: hue angle of 253.48º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15015A is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 1 90 -
CMYK 0.77 0.99 0 0.65
HSL 253.48º 0.98% 0.18% -
HSV(B) 253.48º 0.99% 0.35% -
XYZ 2.17 0.92 9.74 -
YUV 17.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 21 1 90 0.77 0.99 0 0.65 253.48 0.98 0.18
Hex 15 1 5A 4D 63 0 41 FD 62 12
Octal 25 1 132 115 143 0 101 375 142 22
Binary 10101 1 1011010 1001101 1100011 0 1000001 11111101 1100010 10010

Color Harmonies of #15015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15015A

Black with #15015A

Text Example


Text Example

White with #15015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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