Html Css Color HEX #19115D Midnight Blue

📋 copy color: '#19115D'

red 25 ◦ green 17 ◦ blue 93

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

Shades of Midnight Blue #19115D

Tints of Midnight Blue #19115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 68.89%

R = 18.52%
G = 12.59%
B = 68.89%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19115D (or 0x19115D) is known color: Midnight Blue. HEX triplet: 19, 11 and 5D. RGB value is (25,17,93). Sum of RGB (Red+Green+Blue) = 25+17+93=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #19115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19115D is #E6EEA2. Grayscale: #1B1B1B. Windows color (decimal): -15134371 or 6099225. OLE color: 6099225.

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

Color convert

RGB 25 17 93 -
CMYK 0.73 0.82 0 0.64
HSL 246.32º 0.69% 0.22% -
HSV(B) 246.32º 0.82% 0.36% -
XYZ 2.58 1.4 10.49 -
YUV 28.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 25 17 93 0.73 0.82 0 0.64 246.32 0.69 0.22
Hex 19 11 5D 49 52 0 40 F6 45 16
Octal 31 21 135 111 122 0 100 366 105 26
Binary 11001 10001 1011101 1001001 1010010 0 1000000 11110110 1000101 10110

Color Harmonies of #19115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19115D

Black with #19115D

Text Example


Text Example

White with #19115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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