#1A125B

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

Shades of Midnight Blue #1A125B

Tints of Midnight Blue #1A125B

Color information

#1A125B (or 0x1A125B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 12 and 5B. RGB value is (26,18,91). Sum of RGB (Red+Green+Blue) = 26+18+91=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A125B is #E5EDA4. Grayscale: #1C1C1C. Windows color (decimal): -15068581 or 5968410. OLE color: 5968410.

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

Color convert

RGB261891-
CMYK0.710.8000.64
HSL246.58º66.97%21.37%-
HSV(B)246.58º80.22%35.69%-
XYZ2.531.4110.04-
YUV28.71163.15126.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 91 (35.94% from 255) = 67.41%
R=19.26%
G=13.33%
B=67.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2618910.710.8000.64246.5866.9721.37
Hex1A125B4750040f74315
Octal3222133107120010036710325
Binary11010100101011011100011110100000100000011110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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