Html Css Color HEX #19175A Midnight Blue

📋 copy color: '#19175A'

red 25 ◦ green 23 ◦ blue 90

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

Shades of Midnight Blue #19175A

Tints of Midnight Blue #19175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

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

R = 18.12%
G = 16.67%
B = 65.22%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19175A (or 0x19175A) is known color: Midnight Blue. HEX triplet: 19, 17 and 5A. RGB value is (25,23,90). Sum of RGB (Red+Green+Blue) = 25+23+90=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #19175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19175A is #E6E8A5. Grayscale: #1E1E1E. Windows color (decimal): -15132838 or 5904153. OLE color: 5904153.

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

Color convert

RGB 25 23 90 -
CMYK 0.72 0.74 0 0.65
HSL 241.79º 0.59% 0.22% -
HSV(B) 241.79º 0.74% 0.35% -
XYZ 2.55 1.56 9.84 -
YUV 31.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 25 23 90 0.72 0.74 0 0.65 241.79 0.59 0.22
Hex 19 17 5A 48 4A 0 41 F2 3B 16
Octal 31 27 132 110 112 0 101 362 73 26
Binary 11001 10111 1011010 1001000 1001010 0 1000001 11110010 111011 10110

Color Harmonies of #19175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19175A

Black with #19175A

Text Example


Text Example

White with #19175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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