#1A268B

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

Shades of Midnight Blue #1A268B

Tints of Midnight Blue #1A268B

Color information

#1A268B (or 0x1A268B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 26 and 8B. RGB value is (26,38,139). Sum of RGB (Red+Green+Blue) = 26+38+139=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A268B is #E5D974. Grayscale: #2D2D2D. Windows color (decimal): -15063413 or 9119258. OLE color: 9119258.

HSL color Cylindrical-coordinate representation of color #1A268B: hue angle of 233.63º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A268B is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2638139-
CMYK0.810.7300.45
HSL233.63º68.48%32.35%-
HSV(B)233.63º81.29%54.51%-
XYZ5.783.4724.79-
YUV45.93180.52113.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 139 (54.69% from 255) = 68.47%
R=12.81%
G=18.72%
B=68.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26381390.810.7300.45233.6368.4832.35
Hex1A268B514902Dea4420
Octal324621312111105535210440
Binary1101010011010001011101000110010010101101111010101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,38,139); }

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

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

 a { background-color: rgb(26,38,139); }

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

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

 span { border-color: rgb(26,38,139); }

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