Html Css Color HEX #15085D Midnight Blue

📋 copy color: '#15085D'

red 21 ◦ green 8 ◦ blue 93

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

Shades of Midnight Blue #15085D

Tints of Midnight Blue #15085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 76.23%

R = 17.21%
G = 6.56%
B = 76.23%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15085D (or 0x15085D) is known color: Midnight Blue. HEX triplet: 15, 08 and 5D. RGB value is (21,8,93). Sum of RGB (Red+Green+Blue) = 21+8+93=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #15085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15085D is #EAF7A2. Grayscale: #151515. Windows color (decimal): -15398819 or 6096917. OLE color: 6096917.

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

Color convert

RGB 21 8 93 -
CMYK 0.77 0.91 0 0.64
HSL 249.18º 0.84% 0.2% -
HSV(B) 249.18º 0.91% 0.36% -
XYZ 2.37 1.12 10.45 -
YUV 21.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 21 8 93 0.77 0.91 0 0.64 249.18 0.84 0.2
Hex 15 8 5D 4D 5B 0 40 F9 54 14
Octal 25 10 135 115 133 0 100 371 124 24
Binary 10101 1000 1011101 1001101 1011011 0 1000000 11111001 1010100 10100

Color Harmonies of #15085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15085D

Black with #15085D

Text Example


Text Example

White with #15085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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