Html Css Color HEX #19297E Midnight Blue

📋 copy color: '#19297E'

red 25 ◦ green 41 ◦ blue 126

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

Shades of Midnight Blue #19297E

Tints of Midnight Blue #19297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

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

R = 13.02%
G = 21.35%
B = 65.63%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19297E (or 0x19297E) is known color: Midnight Blue. HEX triplet: 19, 29 and 7E. RGB value is (25,41,126). Sum of RGB (Red+Green+Blue) = 25+41+126=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 126 (49.61% from 255 or 65.62% from 192); Max value from RGB is 126 - color contains mainly: blue. Hex color #19297E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19297E is #E6D681. Grayscale: #2D2D2D. Windows color (decimal): -15128194 or 8268057. OLE color: 8268057.

HSL color Cylindrical-coordinate representation of color #19297E: hue angle of 230.5º 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 #19297E is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 41 126 -
CMYK 0.80 0.67 0 0.51
HSL 230.5º 0.67% 0.3% -
HSV(B) 230.5º 0.8% 0.49% -
XYZ 4.96 3.3 20.11 -
YUV 45.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 25 41 126 0.80 0.67 0 0.51 230.5 0.67 0.3
Hex 19 29 7E 50 43 0 33 E6 43 1E
Octal 31 51 176 120 103 0 63 346 103 36
Binary 11001 101001 1111110 1010000 1000011 0 110011 11100110 1000011 11110

Color Harmonies of #19297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19297E

Black with #19297E

Text Example


Text Example

White with #19297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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