Html Css Color HEX #19117C Midnight Blue

📋 copy color: '#19117C'

red 25 ◦ green 17 ◦ blue 124

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

Shades of Midnight Blue #19117C

Tints of Midnight Blue #19117C

RGB

 RED value IS 25 (10.16% from 255) = 15.06%

 GREEN value IS 17 (7.03% from 255) = 10.24%

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

R = 15.06%
G = 10.24%
B = 74.7%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19117C (or 0x19117C) is known color: Midnight Blue. HEX triplet: 19, 11 and 7C. RGB value is (25,17,124). Sum of RGB (Red+Green+Blue) = 25+17+124=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #19117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19117C is #E6EE83. Grayscale: #1F1F1F. Windows color (decimal): -15134340 or 8130841. OLE color: 8130841.

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

Color convert

RGB 25 17 124 -
CMYK 0.80 0.86 0 0.51
HSL 244.49º 0.76% 0.28% -
HSV(B) 244.49º 0.86% 0.49% -
XYZ 4.24 2.06 19.24 -
YUV 31.59 180.15 123.3 -
System Red Green Blue C M Y K H S L
Decimal 25 17 124 0.80 0.86 0 0.51 244.49 0.76 0.28
Hex 19 11 7C 50 56 0 33 F4 4C 1C
Octal 31 21 174 120 126 0 63 364 114 34
Binary 11001 10001 1111100 1010000 1010110 0 110011 11110100 1001100 11100

Color Harmonies of #19117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19117C

Black with #19117C

Text Example


Text Example

White with #19117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,17,124); }

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

background-color css

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

 a { background-color: rgb(25,17,124); }

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

border-color css

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

 span { border-color: rgb(25,17,124); }

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