Html Css Color HEX #15147C Midnight Blue

📋 copy color: '#15147C'

red 21 ◦ green 20 ◦ blue 124

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

Shades of Midnight Blue #15147C

Tints of Midnight Blue #15147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 75.15%

R = 12.73%
G = 12.12%
B = 75.15%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15147C (or 0x15147C) is known color: Midnight Blue. HEX triplet: 15, 14 and 7C. RGB value is (21,20,124). Sum of RGB (Red+Green+Blue) = 21+20+124=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #15147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15147C is #EAEB83. Grayscale: #1F1F1F. Windows color (decimal): -15395716 or 8131605. OLE color: 8131605.

HSL color Cylindrical-coordinate representation of color #15147C: hue angle of 240.58º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15147C is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 20 124 -
CMYK 0.83 0.84 0 0.51
HSL 240.58º 0.72% 0.28% -
HSV(B) 240.58º 0.84% 0.49% -
XYZ 4.2 2.11 19.26 -
YUV 32.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 21 20 124 0.83 0.84 0 0.51 240.58 0.72 0.28
Hex 15 14 7C 53 54 0 33 F1 48 1C
Octal 25 24 174 123 124 0 63 361 110 34
Binary 10101 10100 1111100 1010011 1010100 0 110011 11110001 1001000 11100

Color Harmonies of #15147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15147C

Black with #15147C

Text Example


Text Example

White with #15147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15147C; }

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

 H1.HeaderClassName
 {
   color: #15147C;
 }
 .AnyTagClassName
 {
   color: #15147C;
 }
</style>

background-color css

<style>
 a { background-color: #15147C; }

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

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

border-color css

<style>
 span { border-color: #15147C; }

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

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