Html Css Color HEX #19257E Midnight Blue

📋 copy color: '#19257E'

red 25 ◦ green 37 ◦ blue 126

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

Shades of Midnight Blue #19257E

Tints of Midnight Blue #19257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

 BLUE value IS 126 (49.61% from 255) = 67.02%

R = 13.3%
G = 19.68%
B = 67.02%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19257E (or 0x19257E) is known color: Midnight Blue. HEX triplet: 19, 25 and 7E. RGB value is (25,37,126). Sum of RGB (Red+Green+Blue) = 25+37+126=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 126 (49.61% from 255 or 67.02% from 188); Max value from RGB is 126 - color contains mainly: blue. Hex color #19257E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19257E is #E6DA81. Grayscale: #2B2B2B. Windows color (decimal): -15129218 or 8267033. OLE color: 8267033.

HSL color Cylindrical-coordinate representation of color #19257E: hue angle of 232.87º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19257E is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 37 126 -
CMYK 0.80 0.71 0 0.51
HSL 232.87º 0.67% 0.3% -
HSV(B) 232.87º 0.8% 0.49% -
XYZ 4.83 3.04 20.07 -
YUV 43.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 25 37 126 0.80 0.71 0 0.51 232.87 0.67 0.3
Hex 19 25 7E 50 47 0 33 E9 43 1E
Octal 31 45 176 120 107 0 63 351 103 36
Binary 11001 100101 1111110 1010000 1000111 0 110011 11101001 1000011 11110

Color Harmonies of #19257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19257E

Black with #19257E

Text Example


Text Example

White with #19257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19257E; }

 p { color: rgb(25,37,126); }

 H1.HeaderClassName
 {
   color: #19257E;
 }
 .AnyTagClassName
 {
   color: #19257E;
 }
</style>

background-color css

<style>
 a { background-color: #19257E; }

 a { background-color: rgb(25,37,126); }

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

border-color css

<style>
 span { border-color: #19257E; }

 span { border-color: rgb(25,37,126); }

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