Html Css Color HEX #19096B Midnight Blue

📋 copy color: '#19096B'

red 25 ◦ green 9 ◦ blue 107

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

Shades of Midnight Blue #19096B

Tints of Midnight Blue #19096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 75.89%

R = 17.73%
G = 6.38%
B = 75.89%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19096B (or 0x19096B) is known color: Midnight Blue. HEX triplet: 19, 09 and 6B. RGB value is (25,9,107). Sum of RGB (Red+Green+Blue) = 25+9+107=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 107 (42.19% from 255 or 75.89% from 141); Max value from RGB is 107 - color contains mainly: blue. Hex color #19096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19096B is #E6F694. Grayscale: #181818. Windows color (decimal): -15136405 or 7014681. OLE color: 7014681.

HSL color Cylindrical-coordinate representation of color #19096B: hue angle of 249.8º 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 #19096B is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 9 107 -
CMYK 0.77 0.92 0 0.58
HSL 249.8º 0.84% 0.23% -
HSV(B) 249.8º 0.92% 0.42% -
XYZ 3.15 1.46 14.03 -
YUV 24.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 25 9 107 0.77 0.92 0 0.58 249.8 0.84 0.23
Hex 19 9 6B 4D 5C 0 3A FA 54 17
Octal 31 11 153 115 134 0 72 372 124 27
Binary 11001 1001 1101011 1001101 1011100 0 111010 11111010 1010100 10111

Color Harmonies of #19096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19096B

Black with #19096B

Text Example


Text Example

White with #19096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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