Html Css Color HEX #15085E Midnight Blue

📋 copy color: '#15085E'

red 21 ◦ green 8 ◦ blue 94

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

Shades of Midnight Blue #15085E

Tints of Midnight Blue #15085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 17.07%
G = 6.5%
B = 76.42%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15085E (or 0x15085E) is known color: Midnight Blue. HEX triplet: 15, 08 and 5E. RGB value is (21,8,94). Sum of RGB (Red+Green+Blue) = 21+8+94=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #15085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15085E is #EAF7A1. Grayscale: #151515. Windows color (decimal): -15398818 or 6162453. OLE color: 6162453.

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

Color convert

RGB 21 8 94 -
CMYK 0.78 0.91 0 0.63
HSL 249.07º 0.84% 0.2% -
HSV(B) 249.07º 0.91% 0.37% -
XYZ 2.42 1.14 10.68 -
YUV 21.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 21 8 94 0.78 0.91 0 0.63 249.07 0.84 0.2
Hex 15 8 5E 4E 5B 0 3F F9 54 14
Octal 25 10 136 116 133 0 77 371 124 24
Binary 10101 1000 1011110 1001110 1011011 0 111111 11111001 1010100 10100

Color Harmonies of #15085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15085E

Black with #15085E

Text Example


Text Example

White with #15085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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