Html Css Color HEX #19127C Midnight Blue

📋 copy color: '#19127C'

red 25 ◦ green 18 ◦ blue 124

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

Shades of Midnight Blue #19127C

Tints of Midnight Blue #19127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

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

R = 14.97%
G = 10.78%
B = 74.25%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19127C (or 0x19127C) is known color: Midnight Blue. HEX triplet: 19, 12 and 7C. RGB value is (25,18,124). Sum of RGB (Red+Green+Blue) = 25+18+124=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #19127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19127C is #E6ED83. Grayscale: #1F1F1F. Windows color (decimal): -15134084 or 8131097. OLE color: 8131097.

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

Color convert

RGB 25 18 124 -
CMYK 0.80 0.85 0 0.51
HSL 243.96º 0.75% 0.28% -
HSV(B) 243.96º 0.85% 0.49% -
XYZ 4.26 2.09 19.25 -
YUV 32.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 25 18 124 0.80 0.85 0 0.51 243.96 0.75 0.28
Hex 19 12 7C 50 55 0 33 F4 4B 1C
Octal 31 22 174 120 125 0 63 364 113 34
Binary 11001 10010 1111100 1010000 1010101 0 110011 11110100 1001011 11100

Color Harmonies of #19127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19127C

Black with #19127C

Text Example


Text Example

White with #19127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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