Html Css Color HEX #19196F Midnight Blue

📋 copy color: '#19196F'

red 25 ◦ green 25 ◦ blue 111

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

Shades of Midnight Blue #19196F

Tints of Midnight Blue #19196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 15.53%
G = 15.53%
B = 68.94%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19196F (or 0x19196F) is known color: Midnight Blue. HEX triplet: 19, 19 and 6F. RGB value is (25,25,111). Sum of RGB (Red+Green+Blue) = 25+25+111=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 111 (43.75% from 255 or 68.94% from 161); Max value from RGB is 111 - color contains mainly: blue. Hex color #19196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19196F is #E6E690. Grayscale: #222222. Windows color (decimal): -15132305 or 7280921. OLE color: 7280921.

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

Color convert

RGB 25 25 111 -
CMYK 0.77 0.77 0 0.56
HSL 240º 0.63% 0.27% -
HSV(B) 240º 0.77% 0.44% -
XYZ 3.62 2.05 15.24 -
YUV 34.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 25 25 111 0.77 0.77 0 0.56 240 0.63 0.27
Hex 19 19 6F 4D 4D 0 38 F0 3F 1B
Octal 31 31 157 115 115 0 70 360 77 33
Binary 11001 11001 1101111 1001101 1001101 0 111000 11110000 111111 11011

Color Harmonies of #19196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19196F

Black with #19196F

Text Example


Text Example

White with #19196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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