Html Css Color HEX #19096F Midnight Blue

📋 copy color: '#19096F'

red 25 ◦ green 9 ◦ blue 111

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

Shades of Midnight Blue #19096F

Tints of Midnight Blue #19096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

 BLUE value IS 111 (43.75% from 255) = 76.55%

R = 17.24%
G = 6.21%
B = 76.55%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19096F (or 0x19096F) is known color: Midnight Blue. HEX triplet: 19, 09 and 6F. RGB value is (25,9,111). Sum of RGB (Red+Green+Blue) = 25+9+111=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #19096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19096F is #E6F690. Grayscale: #191919. Windows color (decimal): -15136401 or 7276825. OLE color: 7276825.

HSL color Cylindrical-coordinate representation of color #19096F: hue angle of 249.41º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19096F is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 9 111 -
CMYK 0.77 0.92 0 0.56
HSL 249.41º 0.85% 0.24% -
HSV(B) 249.41º 0.92% 0.44% -
XYZ 3.37 1.55 15.16 -
YUV 25.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 25 9 111 0.77 0.92 0 0.56 249.41 0.85 0.24
Hex 19 9 6F 4D 5C 0 38 F9 55 18
Octal 31 11 157 115 134 0 70 371 125 30
Binary 11001 1001 1101111 1001101 1011100 0 111000 11111001 1010101 11000

Color Harmonies of #19096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19096F

Black with #19096F

Text Example


Text Example

White with #19096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,9,111); }

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

background-color css

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

 a { background-color: rgb(25,9,111); }

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

border-color css

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

 span { border-color: rgb(25,9,111); }

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