Html Css Color HEX #19287C Midnight Blue

📋 copy color: '#19287C'

red 25 ◦ green 40 ◦ blue 124

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

Shades of Midnight Blue #19287C

Tints of Midnight Blue #19287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.16%

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

R = 13.23%
G = 21.16%
B = 65.61%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19287C (or 0x19287C) is known color: Midnight Blue. HEX triplet: 19, 28 and 7C. RGB value is (25,40,124). Sum of RGB (Red+Green+Blue) = 25+40+124=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #19287C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19287C is #E6D783. Grayscale: #2C2C2C. Windows color (decimal): -15128452 or 8136729. OLE color: 8136729.

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

Color convert

RGB 25 40 124 -
CMYK 0.80 0.68 0 0.51
HSL 230.91º 0.66% 0.29% -
HSV(B) 230.91º 0.8% 0.49% -
XYZ 4.8 3.18 19.43 -
YUV 45.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 25 40 124 0.80 0.68 0 0.51 230.91 0.66 0.29
Hex 19 28 7C 50 44 0 33 E7 42 1D
Octal 31 50 174 120 104 0 63 347 102 35
Binary 11001 101000 1111100 1010000 1000100 0 110011 11100111 1000010 11101

Color Harmonies of #19287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19287C

Black with #19287C

Text Example


Text Example

White with #19287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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