#1A248B

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

Shades of Midnight Blue #1A248B

Tints of Midnight Blue #1A248B

Color information

#1A248B (or 0x1A248B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 24 and 8B. RGB value is (26,36,139). Sum of RGB (Red+Green+Blue) = 26+36+139=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A248B is #E5DB74. Grayscale: #2C2C2C. Windows color (decimal): -15063925 or 9118746. OLE color: 9118746.

HSL color Cylindrical-coordinate representation of color #1A248B: hue angle of 234.69º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A248B is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2636139-
CMYK0.810.7400.45
HSL234.69º68.48%32.35%-
HSV(B)234.69º81.29%54.51%-
XYZ5.723.3524.77-
YUV44.75181.19114.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 139 (54.69% from 255) = 69.15%
R=12.94%
G=17.91%
B=69.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26361390.810.7400.45234.6968.4832.35
Hex1A248B514A02Deb4420
Octal324421312111205535310440
Binary1101010010010001011101000110010100101101111010111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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