#1A195A

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

Shades of Midnight Blue #1A195A

Tints of Midnight Blue #1A195A

Color information

#1A195A (or 0x1A195A) is unknown color: approx Midnight Blue. HEX triplet: 1A, 19 and 5A. RGB value is (26,25,90). Sum of RGB (Red+Green+Blue) = 26+25+90=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A195A is #E5E6A5. Grayscale: #202020. Windows color (decimal): -15066790 or 5904666. OLE color: 5904666.

HSL color Cylindrical-coordinate representation of color #1A195A: hue angle of 240.92º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A195A is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB262590-
CMYK0.710.7200.65
HSL240.92º56.52%22.55%-
HSV(B)240.92º72.22%35.29%-
XYZ2.621.659.85-
YUV32.71160.33123.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.44%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=18.44%
G=17.73%
B=63.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2625900.710.7200.65240.9256.5222.55
Hex1A195A4748041f13917
Octal323113210711001013617127
Binary1101011001101101010001111001000010000011111000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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