Html Css Color HEX #15025E Midnight Blue

📋 copy color: '#15025E'

red 21 ◦ green 2 ◦ blue 94

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

Shades of Midnight Blue #15025E

Tints of Midnight Blue #15025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 17.95%
G = 1.71%
B = 80.34%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15025E (or 0x15025E) is known color: Midnight Blue. HEX triplet: 15, 02 and 5E. RGB value is (21,2,94). Sum of RGB (Red+Green+Blue) = 21+2+94=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 94 (37.11% from 255 or 80.34% from 117); Max value from RGB is 94 - color contains mainly: blue. Hex color #15025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15025E is #EAFDA1. Grayscale: #111111. Windows color (decimal): -15400354 or 6160917. OLE color: 6160917.

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

Color convert

RGB 21 2 94 -
CMYK 0.78 0.98 0 0.63
HSL 252.39º 0.96% 0.19% -
HSV(B) 252.39º 0.98% 0.37% -
XYZ 2.35 1.01 10.66 -
YUV 18.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 21 2 94 0.78 0.98 0 0.63 252.39 0.96 0.19
Hex 15 2 5E 4E 62 0 3F FC 60 13
Octal 25 2 136 116 142 0 77 374 140 23
Binary 10101 10 1011110 1001110 1100010 0 111111 11111100 1100000 10011

Color Harmonies of #15025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15025E

Black with #15025E

Text Example


Text Example

White with #15025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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