#1A286F

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

Shades of Midnight Blue #1A286F

Tints of Midnight Blue #1A286F

Color information

#1A286F (or 0x1A286F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 28 and 6F. RGB value is (26,40,111). Sum of RGB (Red+Green+Blue) = 26+40+111=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A286F is #E5D790. Grayscale: #2B2B2B. Windows color (decimal): -15062929 or 7284762. OLE color: 7284762.

HSL color Cylindrical-coordinate representation of color #1A286F: hue angle of 230.12º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A286F is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2640111-
CMYK0.770.6400.56
HSL230.12º62.04%26.86%-
HSV(B)230.12º76.58%43.53%-
XYZ4.052.8815.38-
YUV43.91165.86115.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.69%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=14.69%
G=22.60%
B=62.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26401110.770.6400.56230.1262.0426.86
Hex1A286F4D40038e63e1b
Octal32501571151000703467633
Binary1101010100011011111001101100000001110001110011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,40,111); }

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

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

 a { background-color: rgb(26,40,111); }

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

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

 span { border-color: rgb(26,40,111); }

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