#1A125A

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

Shades of Midnight Blue #1A125A

Tints of Midnight Blue #1A125A

Color information

#1A125A (or 0x1A125A) is unknown color: approx Midnight Blue. HEX triplet: 1A, 12 and 5A. RGB value is (26,18,90). Sum of RGB (Red+Green+Blue) = 26+18+90=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A125A is #E5EDA5. Grayscale: #1C1C1C. Windows color (decimal): -15068582 or 5902874. OLE color: 5902874.

HSL color Cylindrical-coordinate representation of color #1A125A: hue angle of 246.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A125A is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB261890-
CMYK0.710.8000.65
HSL246.67º66.67%21.18%-
HSV(B)246.67º80%35.29%-
XYZ2.491.399.81-
YUV28.6162.65126.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.40%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 90 (35.55% from 255) = 67.16%
R=19.40%
G=13.43%
B=67.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2618900.710.8000.65246.6766.6721.18
Hex1A125A4750041f74315
Octal3222132107120010136710325
Binary11010100101011010100011110100000100000111110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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