Html Css Color HEX #19185A Midnight Blue

📋 copy color: '#19185A'

red 25 ◦ green 24 ◦ blue 90

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

Shades of Midnight Blue #19185A

Tints of Midnight Blue #19185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

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

R = 17.99%
G = 17.27%
B = 64.75%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19185A (or 0x19185A) is known color: Midnight Blue. HEX triplet: 19, 18 and 5A. RGB value is (25,24,90). Sum of RGB (Red+Green+Blue) = 25+24+90=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #19185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19185A is #E6E7A5. Grayscale: #1F1F1F. Windows color (decimal): -15132582 or 5904409. OLE color: 5904409.

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

Color convert

RGB 25 24 90 -
CMYK 0.72 0.73 0 0.65
HSL 240.91º 0.58% 0.22% -
HSV(B) 240.91º 0.73% 0.35% -
XYZ 2.57 1.6 9.85 -
YUV 31.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 25 24 90 0.72 0.73 0 0.65 240.91 0.58 0.22
Hex 19 18 5A 48 49 0 41 F1 3A 16
Octal 31 30 132 110 111 0 101 361 72 26
Binary 11001 11000 1011010 1001000 1001001 0 1000001 11110001 111010 10110

Color Harmonies of #19185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19185A

Black with #19185A

Text Example


Text Example

White with #19185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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