#1A235E

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

Shades of Midnight Blue #1A235E

Tints of Midnight Blue #1A235E

Color information

#1A235E (or 0x1A235E) is unknown color: approx Midnight Blue. HEX triplet: 1A, 23 and 5E. RGB value is (26,35,94). Sum of RGB (Red+Green+Blue) = 26+35+94=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A235E is #E5DCA1. Grayscale: #262626. Windows color (decimal): -15064226 or 6169370. OLE color: 6169370.

HSL color Cylindrical-coordinate representation of color #1A235E: hue angle of 232.06º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A235E is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB263594-
CMYK0.720.6300.63
HSL232.06º56.67%23.53%-
HSV(B)232.06º72.34%36.86%-
XYZ3.052.2310.86-
YUV39.03159.02118.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.77%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 94 (37.11% from 255) = 60.65%
R=16.77%
G=22.58%
B=60.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2635940.720.6300.63232.0656.6723.53
Hex1A235E483F03Fe83918
Octal3243136110770773507130
Binary110101000111011110100100011111101111111110100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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