Html Css Color HEX #15145B Midnight Blue

📋 copy color: '#15145B'

red 21 ◦ green 20 ◦ blue 91

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

Shades of Midnight Blue #15145B

Tints of Midnight Blue #15145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

 BLUE value IS 91 (35.94% from 255) = 68.94%

R = 15.91%
G = 15.15%
B = 68.94%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15145B (or 0x15145B) is known color: Midnight Blue. HEX triplet: 15, 14 and 5B. RGB value is (21,20,91). Sum of RGB (Red+Green+Blue) = 21+20+91=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #15145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15145B is #EAEBA4. Grayscale: #1C1C1C. Windows color (decimal): -15395749 or 5968917. OLE color: 5968917.

HSL color Cylindrical-coordinate representation of color #15145B: hue angle of 240.85º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15145B is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 20 91 -
CMYK 0.77 0.78 0 0.64
HSL 240.85º 0.64% 0.22% -
HSV(B) 240.85º 0.78% 0.36% -
XYZ 2.45 1.42 10.04 -
YUV 28.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 21 20 91 0.77 0.78 0 0.64 240.85 0.64 0.22
Hex 15 14 5B 4D 4E 0 40 F1 40 16
Octal 25 24 133 115 116 0 100 361 100 26
Binary 10101 10100 1011011 1001101 1001110 0 1000000 11110001 1000000 10110

Color Harmonies of #15145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15145B

Black with #15145B

Text Example


Text Example

White with #15145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15145B; }

 p { color: rgb(21,20,91); }

 H1.HeaderClassName
 {
   color: #15145B;
 }
 .AnyTagClassName
 {
   color: #15145B;
 }
</style>

background-color css

<style>
 a { background-color: #15145B; }

 a { background-color: rgb(21,20,91); }

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

border-color css

<style>
 span { border-color: #15145B; }

 span { border-color: rgb(21,20,91); }

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