#1A2360

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

Shades of Midnight Blue #1A2360

Tints of Midnight Blue #1A2360

Color information

#1A2360 (or 0x1A2360) is unknown color: approx Midnight Blue. HEX triplet: 1A, 23 and 60. RGB value is (26,35,96). Sum of RGB (Red+Green+Blue) = 26+35+96=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A2360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2360 is #E5DC9F. Grayscale: #272727. Windows color (decimal): -15064224 or 6300442. OLE color: 6300442.

HSL color Cylindrical-coordinate representation of color #1A2360: hue angle of 232.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A2360 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB263596-
CMYK0.730.6400.62
HSL232.29º57.38%23.92%-
HSV(B)232.29º72.92%37.65%-
XYZ3.142.2711.34-
YUV39.26160.02118.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=16.56%
G=22.29%
B=61.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2635960.730.6400.62232.2957.3823.92
Hex1A2360494003Ee83918
Octal32431401111000763507130
Binary1101010001111000001001001100000001111101110100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,35,96); }

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

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

 a { background-color: rgb(26,35,96); }

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

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

 span { border-color: rgb(26,35,96); }

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