Html Css Color HEX #1A1971 Midnight Blue

📋 copy color: '#1A1971'

red 26 ◦ green 25 ◦ blue 113

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

Shades of Midnight Blue #1A1971

Tints of Midnight Blue #1A1971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 68.9%

R = 15.85%
G = 15.24%
B = 68.9%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A1971 (or 0x1A1971) is known color: Midnight Blue. HEX triplet: 1A, 19 and 71. RGB value is (26,25,113). Sum of RGB (Red+Green+Blue) = 26+25+113=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1971 is #E5E68E. Grayscale: #222222. Windows color (decimal): -15066767 or 7411994. OLE color: 7411994.

HSL color Cylindrical-coordinate representation of color #1A1971: hue angle of 240.68º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A1971 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 25 113 -
CMYK 0.77 0.78 0 0.56
HSL 240.68º 0.64% 0.27% -
HSV(B) 240.68º 0.78% 0.44% -
XYZ 3.75 2.11 15.83 -
YUV 35.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 26 25 113 0.77 0.78 0 0.56 240.68 0.64 0.27
Hex 1A 19 71 4D 4E 0 38 F1 40 1B
Octal 32 31 161 115 116 0 70 361 100 33
Binary 11010 11001 1110001 1001101 1001110 0 111000 11110001 1000000 11011

Color Harmonies of #1A1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1971

Black with #1A1971

Text Example


Text Example

White with #1A1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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