Html Css Color HEX #1A1580 Midnight Blue

📋 copy color: '#1A1580'

red 26 ◦ green 21 ◦ blue 128

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

Shades of Midnight Blue #1A1580

Tints of Midnight Blue #1A1580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 14.86%
G = 12%
B = 73.14%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1A1580 (or 0x1A1580) is known color: Midnight Blue. HEX triplet: 1A, 15 and 80. RGB value is (26,21,128). Sum of RGB (Red+Green+Blue) = 26+21+128=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 128 (50.39% from 255 or 73.14% from 175); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A1580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1580 is #E5EA7F. Grayscale: #222222. Windows color (decimal): -15067776 or 8394010. OLE color: 8394010.

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

Color convert

RGB 26 21 128 -
CMYK 0.80 0.84 0 0.50
HSL 242.8º 0.72% 0.29% -
HSV(B) 242.8º 0.84% 0.5% -
XYZ 4.59 2.31 20.63 -
YUV 34.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 26 21 128 0.80 0.84 0 0.50 242.8 0.72 0.29
Hex 1A 15 80 50 54 0 32 F3 48 1D
Octal 32 25 200 120 124 0 62 363 110 35
Binary 11010 10101 10000000 1010000 1010100 0 110010 11110011 1001000 11101

Color Harmonies of #1A1580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1580

Black with #1A1580

Text Example


Text Example

White with #1A1580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,21,128); }

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

background-color css

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

 a { background-color: rgb(26,21,128); }

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

border-color css

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

 span { border-color: rgb(26,21,128); }

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