Html Css Color HEX #19297C Midnight Blue

📋 copy color: '#19297C'

red 25 ◦ green 41 ◦ blue 124

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

Shades of Midnight Blue #19297C

Tints of Midnight Blue #19297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 65.26%

R = 13.16%
G = 21.58%
B = 65.26%

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

#19297C (or 0x19297C) is known color: Midnight Blue. HEX triplet: 19, 29 and 7C. RGB value is (25,41,124). Sum of RGB (Red+Green+Blue) = 25+41+124=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #19297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19297C is #E6D683. Grayscale: #2D2D2D. Windows color (decimal): -15128196 or 8136985. OLE color: 8136985.

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

Color convert

RGB 25 41 124 -
CMYK 0.80 0.67 0 0.51
HSL 230.3º 0.66% 0.29% -
HSV(B) 230.3º 0.8% 0.49% -
XYZ 4.83 3.25 19.44 -
YUV 45.68 172.2 113.25 -
System Red Green Blue C M Y K H S L
Decimal 25 41 124 0.80 0.67 0 0.51 230.3 0.66 0.29
Hex 19 29 7C 50 43 0 33 E6 42 1D
Octal 31 51 174 120 103 0 63 346 102 35
Binary 11001 101001 1111100 1010000 1000011 0 110011 11100110 1000010 11101

Color Harmonies of #19297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19297C

Black with #19297C

Text Example


Text Example

White with #19297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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