Html Css Color HEX #19096A Midnight Blue

📋 copy color: '#19096A'

red 25 ◦ green 9 ◦ blue 106

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

Shades of Midnight Blue #19096A

Tints of Midnight Blue #19096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 75.71%

R = 17.86%
G = 6.43%
B = 75.71%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19096A (or 0x19096A) is known color: Midnight Blue. HEX triplet: 19, 09 and 6A. RGB value is (25,9,106). Sum of RGB (Red+Green+Blue) = 25+9+106=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 106 (41.80% from 255 or 75.71% from 140); Max value from RGB is 106 - color contains mainly: blue. Hex color #19096A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19096A is #E6F695. Grayscale: #181818. Windows color (decimal): -15136406 or 6949145. OLE color: 6949145.

HSL color Cylindrical-coordinate representation of color #19096A: hue angle of 249.9º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19096A is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 9 106 -
CMYK 0.76 0.92 0 0.58
HSL 249.9º 0.84% 0.23% -
HSV(B) 249.9º 0.92% 0.42% -
XYZ 3.1 1.44 13.75 -
YUV 24.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 25 9 106 0.76 0.92 0 0.58 249.9 0.84 0.23
Hex 19 9 6A 4C 5C 0 3A FA 54 17
Octal 31 11 152 114 134 0 72 372 124 27
Binary 11001 1001 1101010 1001100 1011100 0 111010 11111010 1010100 10111

Color Harmonies of #19096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19096A

Black with #19096A

Text Example


Text Example

White with #19096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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