Html Css Color HEX #19287F Midnight Blue

📋 copy color: '#19287F'

red 25 ◦ green 40 ◦ blue 127

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

Shades of Midnight Blue #19287F

Tints of Midnight Blue #19287F

RGB

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

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

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

R = 13.02%
G = 20.83%
B = 66.15%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19287F (or 0x19287F) is known color: Midnight Blue. HEX triplet: 19, 28 and 7F. RGB value is (25,40,127). Sum of RGB (Red+Green+Blue) = 25+40+127=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #19287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19287F is #E6D780. Grayscale: #2D2D2D. Windows color (decimal): -15128449 or 8333337. OLE color: 8333337.

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

Color convert

RGB 25 40 127 -
CMYK 0.80 0.69 0 0.50
HSL 231.18º 0.67% 0.3% -
HSV(B) 231.18º 0.8% 0.5% -
XYZ 4.99 3.26 20.44 -
YUV 45.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 25 40 127 0.80 0.69 0 0.50 231.18 0.67 0.3
Hex 19 28 7F 50 45 0 32 E7 43 1E
Octal 31 50 177 120 105 0 62 347 103 36
Binary 11001 101000 1111111 1010000 1000101 0 110010 11100111 1000011 11110

Color Harmonies of #19287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19287F

Black with #19287F

Text Example


Text Example

White with #19287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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