Html Css Color HEX #19125F Midnight Blue

📋 copy color: '#19125F'

red 25 ◦ green 18 ◦ blue 95

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

Shades of Midnight Blue #19125F

Tints of Midnight Blue #19125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 68.84%

R = 18.12%
G = 13.04%
B = 68.84%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19125F (or 0x19125F) is known color: Midnight Blue. HEX triplet: 19, 12 and 5F. RGB value is (25,18,95). Sum of RGB (Red+Green+Blue) = 25+18+95=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 95 (37.5% from 255 or 68.84% from 138); Max value from RGB is 95 - color contains mainly: blue. Hex color #19125F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19125F is #E6EDA0. Grayscale: #1C1C1C. Windows color (decimal): -15134113 or 6230553. OLE color: 6230553.

HSL color Cylindrical-coordinate representation of color #19125F: hue angle of 245.45º 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 #19125F is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 18 95 -
CMYK 0.74 0.81 0 0.63
HSL 245.45º 0.68% 0.22% -
HSV(B) 245.45º 0.81% 0.37% -
XYZ 2.68 1.47 10.97 -
YUV 28.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 25 18 95 0.74 0.81 0 0.63 245.45 0.68 0.22
Hex 19 12 5F 4A 51 0 3F F5 44 16
Octal 31 22 137 112 121 0 77 365 104 26
Binary 11001 10010 1011111 1001010 1010001 0 111111 11110101 1000100 10110

Color Harmonies of #19125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19125F

Black with #19125F

Text Example


Text Example

White with #19125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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