#1A197D

Color #1A197D Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1A197D

Tints of Midnight Blue #1A197D

Color information

#1A197D (or 0x1A197D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 19 and 7D. RGB value is (26,25,125). Sum of RGB (Red+Green+Blue) = 26+25+125=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A197D is #E5E682. Grayscale: #242424. Windows color (decimal): -15066755 or 8198426. OLE color: 8198426.

HSL color Cylindrical-coordinate representation of color #1A197D: hue angle of 240.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A197D is Cyan = 0.79, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2625125-
CMYK0.790.800.51
HSL240.6º66.67%29.41%-
HSV(B)240.6º80%49.02%-
XYZ4.482.419.63-
YUV36.7177.83120.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.77%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 125 (49.22% from 255) = 71.02%
R=14.77%
G=14.20%
B=71.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26251250.790.800.51240.666.6729.41
Hex1A197D4F50033f1431d
Octal323117511712006336110335
Binary1101011001111110110011111010000011001111110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A197D;
 }
 .AnyTagClassName
 {
   color: #1A197D;
 }
</style>
background-color css

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

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

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

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

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

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