#1A2470

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

Shades of Midnight Blue #1A2470

Tints of Midnight Blue #1A2470

Color information

#1A2470 (or 0x1A2470) is unknown color: approx Midnight Blue. HEX triplet: 1A, 24 and 70. RGB value is (26,36,112). Sum of RGB (Red+Green+Blue) = 26+36+112=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2470 is #E5DB8F. Grayscale: #292929. Windows color (decimal): -15063952 or 7349274. OLE color: 7349274.

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

Color convert

RGB2636112-
CMYK0.770.6800.56
HSL233.02º62.32%27.06%-
HSV(B)233.02º76.79%43.92%-
XYZ3.982.6515.63-
YUV41.67167.69116.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.94%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=14.94%
G=20.69%
B=64.37%

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
Decimal26361120.770.6800.56233.0262.3227.06
Hex1A24704D44038e93e1b
Octal32441601151040703517633
Binary1101010010011100001001101100010001110001110100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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