Html Css Color HEX #19187D Midnight Blue

📋 copy color: '#19187D'

red 25 ◦ green 24 ◦ blue 125

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

Shades of Midnight Blue #19187D

Tints of Midnight Blue #19187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

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

R = 14.37%
G = 13.79%
B = 71.84%

CMYK

 C value IS 0.8

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19187D (or 0x19187D) is known color: Midnight Blue. HEX triplet: 19, 18 and 7D. RGB value is (25,24,125). Sum of RGB (Red+Green+Blue) = 25+24+125=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #19187D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19187D is #E6E782. Grayscale: #232323. Windows color (decimal): -15132547 or 8198169. OLE color: 8198169.

HSL color Cylindrical-coordinate representation of color #19187D: hue angle of 240.59º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19187D is Cyan = 0.8, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 24 125 -
CMYK 0.8 0.81 0 0.51
HSL 240.59º 0.68% 0.29% -
HSV(B) 240.59º 0.81% 0.49% -
XYZ 4.43 2.34 19.62 -
YUV 35.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 25 24 125 0.8 0.81 0 0.51 240.59 0.68 0.29
Hex 19 18 7D 50 51 0 33 F1 44 1D
Octal 31 30 175 120 121 0 63 361 104 35
Binary 11001 11000 1111101 1010000 1010001 0 110011 11110001 1000100 11101

Color Harmonies of #19187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19187D

Black with #19187D

Text Example


Text Example

White with #19187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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