Html Css Color HEX #15086A Midnight Blue

📋 copy color: '#15086A'

red 21 ◦ green 8 ◦ blue 106

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

Shades of Midnight Blue #15086A

Tints of Midnight Blue #15086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 78.52%

R = 15.56%
G = 5.93%
B = 78.52%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15086A (or 0x15086A) is known color: Midnight Blue. HEX triplet: 15, 08 and 6A. RGB value is (21,8,106). Sum of RGB (Red+Green+Blue) = 21+8+106=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 106 (41.80% from 255 or 78.52% from 135); Max value from RGB is 106 - color contains mainly: blue. Hex color #15086A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15086A is #EAF795. Grayscale: #161616. Windows color (decimal): -15398806 or 6948885. OLE color: 6948885.

HSL color Cylindrical-coordinate representation of color #15086A: hue angle of 247.96º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15086A is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 8 106 -
CMYK 0.80 0.92 0 0.58
HSL 247.96º 0.86% 0.22% -
HSV(B) 247.96º 0.92% 0.42% -
XYZ 3 1.37 13.74 -
YUV 23.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 21 8 106 0.80 0.92 0 0.58 247.96 0.86 0.22
Hex 15 8 6A 50 5C 0 3A F8 56 16
Octal 25 10 152 120 134 0 72 370 126 26
Binary 10101 1000 1101010 1010000 1011100 0 111010 11111000 1010110 10110

Color Harmonies of #15086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15086A

Black with #15086A

Text Example


Text Example

White with #15086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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