Html Css Color HEX #191380 Midnight Blue

📋 copy color: '#191380'

red 25 ◦ green 19 ◦ blue 128

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

Shades of Midnight Blue #191380

Tints of Midnight Blue #191380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

 BLUE value IS 128 (50.39% from 255) = 74.42%

R = 14.53%
G = 11.05%
B = 74.42%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#191380 (or 0x191380) is known color: Midnight Blue. HEX triplet: 19, 13 and 80. RGB value is (25,19,128). Sum of RGB (Red+Green+Blue) = 25+19+128=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #191380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191380 is #E6EC7F. Grayscale: #202020. Windows color (decimal): -15133824 or 8393497. OLE color: 8393497.

HSL color Cylindrical-coordinate representation of color #191380: hue angle of 243.3º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191380 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 19 128 -
CMYK 0.80 0.85 0 0.50
HSL 243.3º 0.74% 0.29% -
HSV(B) 243.3º 0.85% 0.5% -
XYZ 4.53 2.23 20.61 -
YUV 33.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 25 19 128 0.80 0.85 0 0.50 243.3 0.74 0.29
Hex 19 13 80 50 55 0 32 F3 4A 1D
Octal 31 23 200 120 125 0 62 363 112 35
Binary 11001 10011 10000000 1010000 1010101 0 110010 11110011 1001010 11101

Color Harmonies of #191380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191380

Black with #191380

Text Example


Text Example

White with #191380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191380; }

 p { color: rgb(25,19,128); }

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

background-color css

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

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

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

border-color css

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

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

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