#1A246F

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

Shades of Midnight Blue #1A246F

Tints of Midnight Blue #1A246F

Color information

#1A246F (or 0x1A246F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 24 and 6F. RGB value is (26,36,111). Sum of RGB (Red+Green+Blue) = 26+36+111=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A246F is #E5DB90. Grayscale: #292929. Windows color (decimal): -15063953 or 7283738. OLE color: 7283738.

HSL color Cylindrical-coordinate representation of color #1A246F: hue angle of 232.94º 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 #1A246F is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2636111-
CMYK0.770.6800.56
HSL232.94º62.04%26.86%-
HSV(B)232.94º76.58%43.53%-
XYZ3.932.6315.34-
YUV41.56167.19116.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 111 (43.75% from 255) = 64.16%
R=15.03%
G=20.81%
B=64.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26361110.770.6800.56232.9462.0426.86
Hex1A246F4D44038e93e1b
Octal32441571151040703517633
Binary1101010010011011111001101100010001110001110100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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