Html Css Color HEX #1A193A Midnight Express

📋 copy color: '#1A193A'

red 26 ◦ green 25 ◦ blue 58

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

Shades of Midnight Express #1A193A

Tints of Midnight Express #1A193A

RGB

 RED value IS 26 (10.55% from 255) = 23.85%

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

 BLUE value IS 58 (23.05% from 255) = 53.21%

R = 23.85%
G = 22.94%
B = 53.21%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1A193A (or 0x1A193A) is known color: Midnight Express. HEX triplet: 1A, 19 and 3A. RGB value is (26,25,58). Sum of RGB (Red+Green+Blue) = 26+25+58=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A193A is #E5E6C5. Grayscale: #1C1C1C. Windows color (decimal): -15066822 or 3807514. OLE color: 3807514.

HSL color Cylindrical-coordinate representation of color #1A193A: hue angle of 241.82º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A193A is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 26 25 58 -
CMYK 0.55 0.57 0 0.77
HSL 241.82º 0.4% 0.16% -
HSV(B) 241.82º 0.57% 0.23% -
XYZ 1.54 1.22 4.16 -
YUV 29.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 26 25 58 0.55 0.57 0 0.77 241.82 0.4 0.16
Hex 1A 19 3A 37 39 0 4D F2 28 10
Octal 32 31 72 67 71 0 115 362 50 20
Binary 11010 11001 111010 110111 111001 0 1001101 11110010 101000 10000

Color Harmonies of #1A193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A193A

Black with #1A193A

Text Example


Text Example

White with #1A193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A193A; }

 p { color: rgb(26,25,58); }

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

background-color css

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

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

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

border-color css

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

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

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