Html Css Color HEX #19135A Midnight Blue

📋 copy color: '#19135A'

red 25 ◦ green 19 ◦ blue 90

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

Shades of Midnight Blue #19135A

Tints of Midnight Blue #19135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 67.16%

R = 18.66%
G = 14.18%
B = 67.16%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19135A (or 0x19135A) is known color: Midnight Blue. HEX triplet: 19, 13 and 5A. RGB value is (25,19,90). Sum of RGB (Red+Green+Blue) = 25+19+90=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #19135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19135A is #E6ECA5. Grayscale: #1C1C1C. Windows color (decimal): -15133862 or 5903129. OLE color: 5903129.

HSL color Cylindrical-coordinate representation of color #19135A: hue angle of 245.07º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19135A is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 19 90 -
CMYK 0.72 0.79 0 0.65
HSL 245.07º 0.65% 0.21% -
HSV(B) 245.07º 0.79% 0.35% -
XYZ 2.48 1.41 9.81 -
YUV 28.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 25 19 90 0.72 0.79 0 0.65 245.07 0.65 0.21
Hex 19 13 5A 48 4F 0 41 F5 41 15
Octal 31 23 132 110 117 0 101 365 101 25
Binary 11001 10011 1011010 1001000 1001111 0 1000001 11110101 1000001 10101

Color Harmonies of #19135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19135A

Black with #19135A

Text Example


Text Example

White with #19135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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