Html Css Color HEX #19125E Midnight Blue

📋 copy color: '#19125E'

red 25 ◦ green 18 ◦ blue 94

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

Shades of Midnight Blue #19125E

Tints of Midnight Blue #19125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 18.25%
G = 13.14%
B = 68.61%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19125E (or 0x19125E) is known color: Midnight Blue. HEX triplet: 19, 12 and 5E. RGB value is (25,18,94). Sum of RGB (Red+Green+Blue) = 25+18+94=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #19125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19125E is #E6EDA1. Grayscale: #1C1C1C. Windows color (decimal): -15134114 or 6165017. OLE color: 6165017.

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

Color convert

RGB 25 18 94 -
CMYK 0.73 0.81 0 0.63
HSL 245.53º 0.68% 0.22% -
HSV(B) 245.53º 0.81% 0.37% -
XYZ 2.64 1.45 10.73 -
YUV 28.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 25 18 94 0.73 0.81 0 0.63 245.53 0.68 0.22
Hex 19 12 5E 49 51 0 3F F6 44 16
Octal 31 22 136 111 121 0 77 366 104 26
Binary 11001 10010 1011110 1001001 1010001 0 111111 11110110 1000100 10110

Color Harmonies of #19125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19125E

Black with #19125E

Text Example


Text Example

White with #19125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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