Html Css Color HEX #19115E Midnight Blue

📋 copy color: '#19115E'

red 25 ◦ green 17 ◦ blue 94

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

Shades of Midnight Blue #19115E

Tints of Midnight Blue #19115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.5%

 BLUE value IS 94 (37.11% from 255) = 69.12%

R = 18.38%
G = 12.5%
B = 69.12%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19115E (or 0x19115E) is known color: Midnight Blue. HEX triplet: 19, 11 and 5E. RGB value is (25,17,94). Sum of RGB (Red+Green+Blue) = 25+17+94=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #19115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19115E is #E6EEA1. Grayscale: #1B1B1B. Windows color (decimal): -15134370 or 6164761. OLE color: 6164761.

HSL color Cylindrical-coordinate representation of color #19115E: hue angle of 246.23º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19115E is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 17 94 -
CMYK 0.73 0.82 0 0.63
HSL 246.23º 0.69% 0.22% -
HSV(B) 246.23º 0.82% 0.37% -
XYZ 2.62 1.42 10.72 -
YUV 28.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 25 17 94 0.73 0.82 0 0.63 246.23 0.69 0.22
Hex 19 11 5E 49 52 0 3F F6 45 16
Octal 31 21 136 111 122 0 77 366 105 26
Binary 11001 10001 1011110 1001001 1010010 0 111111 11110110 1000101 10110

Color Harmonies of #19115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19115E

Black with #19115E

Text Example


Text Example

White with #19115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19115E; }

 p { color: rgb(25,17,94); }

 H1.HeaderClassName
 {
   color: #19115E;
 }
 .AnyTagClassName
 {
   color: #19115E;
 }
</style>

background-color css

<style>
 a { background-color: #19115E; }

 a { background-color: rgb(25,17,94); }

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

border-color css

<style>
 span { border-color: #19115E; }

 span { border-color: rgb(25,17,94); }

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