Html Css Color HEX #19247C Midnight Blue

📋 copy color: '#19247C'

red 25 ◦ green 36 ◦ blue 124

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

Shades of Midnight Blue #19247C

Tints of Midnight Blue #19247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

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

R = 13.51%
G = 19.46%
B = 67.03%

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

#19247C (or 0x19247C) is known color: Midnight Blue. HEX triplet: 19, 24 and 7C. RGB value is (25,36,124). Sum of RGB (Red+Green+Blue) = 25+36+124=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #19247C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19247C is #E6DB83. Grayscale: #2A2A2A. Windows color (decimal): -15129476 or 8135705. OLE color: 8135705.

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

Color convert

RGB 25 36 124 -
CMYK 0.80 0.71 0 0.51
HSL 233.33º 0.66% 0.29% -
HSV(B) 233.33º 0.8% 0.49% -
XYZ 4.67 2.92 19.39 -
YUV 42.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 25 36 124 0.80 0.71 0 0.51 233.33 0.66 0.29
Hex 19 24 7C 50 47 0 33 E9 42 1D
Octal 31 44 174 120 107 0 63 351 102 35
Binary 11001 100100 1111100 1010000 1000111 0 110011 11101001 1000010 11101

Color Harmonies of #19247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19247C

Black with #19247C

Text Example


Text Example

White with #19247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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