Html Css Color HEX #19155E Midnight Blue

📋 copy color: '#19155E'

red 25 ◦ green 21 ◦ blue 94

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

Shades of Midnight Blue #19155E

Tints of Midnight Blue #19155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

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

R = 17.86%
G = 15%
B = 67.14%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19155E (or 0x19155E) is known color: Midnight Blue. HEX triplet: 19, 15 and 5E. RGB value is (25,21,94). Sum of RGB (Red+Green+Blue) = 25+21+94=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #19155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19155E is #E6EAA1. Grayscale: #1E1E1E. Windows color (decimal): -15133346 or 6165785. OLE color: 6165785.

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

Color convert

RGB 25 21 94 -
CMYK 0.73 0.78 0 0.63
HSL 243.29º 0.63% 0.23% -
HSV(B) 243.29º 0.78% 0.37% -
XYZ 2.69 1.55 10.75 -
YUV 30.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 25 21 94 0.73 0.78 0 0.63 243.29 0.63 0.23
Hex 19 15 5E 49 4E 0 3F F3 3F 17
Octal 31 25 136 111 116 0 77 363 77 27
Binary 11001 10101 1011110 1001001 1001110 0 111111 11110011 111111 10111

Color Harmonies of #19155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19155E

Black with #19155E

Text Example


Text Example

White with #19155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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