Html Css Color HEX #19127D Midnight Blue

📋 copy color: '#19127D'

red 25 ◦ green 18 ◦ blue 125

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

Shades of Midnight Blue #19127D

Tints of Midnight Blue #19127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 74.4%

R = 14.88%
G = 10.71%
B = 74.4%

CMYK

 C value IS 0.8

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19127D (or 0x19127D) is known color: Midnight Blue. HEX triplet: 19, 12 and 7D. RGB value is (25,18,125). Sum of RGB (Red+Green+Blue) = 25+18+125=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #19127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19127D is #E6ED82. Grayscale: #1F1F1F. Windows color (decimal): -15134083 or 8196633. OLE color: 8196633.

HSL color Cylindrical-coordinate representation of color #19127D: hue angle of 243.93º degrees, saturation: 0.75, 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 #19127D is Cyan = 0.8, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 18 125 -
CMYK 0.8 0.86 0 0.51
HSL 243.93º 0.75% 0.28% -
HSV(B) 243.93º 0.86% 0.49% -
XYZ 4.32 2.12 19.58 -
YUV 32.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 25 18 125 0.8 0.86 0 0.51 243.93 0.75 0.28
Hex 19 12 7D 50 56 0 33 F4 4B 1C
Octal 31 22 175 120 126 0 63 364 113 34
Binary 11001 10010 1111101 1010000 1010110 0 110011 11110100 1001011 11100

Color Harmonies of #19127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19127D

Black with #19127D

Text Example


Text Example

White with #19127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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