Html Css Color HEX #19297F Midnight Blue

📋 copy color: '#19297F'

red 25 ◦ green 41 ◦ blue 127

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

Shades of Midnight Blue #19297F

Tints of Midnight Blue #19297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 65.8%

R = 12.95%
G = 21.24%
B = 65.8%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19297F (or 0x19297F) is known color: Midnight Blue. HEX triplet: 19, 29 and 7F. RGB value is (25,41,127). Sum of RGB (Red+Green+Blue) = 25+41+127=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #19297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19297F is #E6D680. Grayscale: #2D2D2D. Windows color (decimal): -15128193 or 8333593. OLE color: 8333593.

HSL color Cylindrical-coordinate representation of color #19297F: hue angle of 230.59º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19297F is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 41 127 -
CMYK 0.80 0.68 0 0.50
HSL 230.59º 0.67% 0.3% -
HSV(B) 230.59º 0.8% 0.5% -
XYZ 5.02 3.32 20.46 -
YUV 46.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 25 41 127 0.80 0.68 0 0.50 230.59 0.67 0.3
Hex 19 29 7F 50 44 0 32 E7 43 1E
Octal 31 51 177 120 104 0 62 347 103 36
Binary 11001 101001 1111111 1010000 1000100 0 110010 11100111 1000011 11110

Color Harmonies of #19297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19297F

Black with #19297F

Text Example


Text Example

White with #19297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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