Html Css Color HEX #15146C Midnight Blue

📋 copy color: '#15146C'

red 21 ◦ green 20 ◦ blue 108

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

Shades of Midnight Blue #15146C

Tints of Midnight Blue #15146C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 72.48%

R = 14.09%
G = 13.42%
B = 72.48%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15146C (or 0x15146C) is known color: Midnight Blue. HEX triplet: 15, 14 and 6C. RGB value is (21,20,108). Sum of RGB (Red+Green+Blue) = 21+20+108=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #15146C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15146C is #EAEB93. Grayscale: #1D1D1D. Windows color (decimal): -15395732 or 7083029. OLE color: 7083029.

HSL color Cylindrical-coordinate representation of color #15146C: hue angle of 240.68º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15146C is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 20 108 -
CMYK 0.81 0.81 0 0.58
HSL 240.68º 0.69% 0.25% -
HSV(B) 240.68º 0.81% 0.42% -
XYZ 3.27 1.74 14.35 -
YUV 30.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 21 20 108 0.81 0.81 0 0.58 240.68 0.69 0.25
Hex 15 14 6C 51 51 0 3A F1 45 19
Octal 25 24 154 121 121 0 72 361 105 31
Binary 10101 10100 1101100 1010001 1010001 0 111010 11110001 1000101 11001

Color Harmonies of #15146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15146C

Black with #15146C

Text Example


Text Example

White with #15146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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