#1A237C

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

Shades of Midnight Blue #1A237C

Tints of Midnight Blue #1A237C

Color information

#1A237C (or 0x1A237C) is unknown color: approx Midnight Blue. HEX triplet: 1A, 23 and 7C. RGB value is (26,35,124). Sum of RGB (Red+Green+Blue) = 26+35+124=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A237C is #E5DC83. Grayscale: #2A2A2A. Windows color (decimal): -15064196 or 8135450. OLE color: 8135450.

HSL color Cylindrical-coordinate representation of color #1A237C: hue angle of 234.49º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A237C is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2635124-
CMYK0.790.7200.51
HSL234.49º65.33%29.41%-
HSV(B)234.49º79.03%48.63%-
XYZ4.672.8819.38-
YUV42.46174.02116.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 124 (48.83% from 255) = 67.03%
R=14.05%
G=18.92%
B=67.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26351240.790.7200.51234.4965.3329.41
Hex1A237C4F48033ea411d
Octal324317411711006335210135
Binary11010100011111110010011111001000011001111101010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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