#241A86

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

Shades of Midnight Blue #241A86

Tints of Midnight Blue #241A86

Color information

#241A86 (or 0x241A86) is unknown color: approx Midnight Blue. HEX triplet: 24, 1A and 86. RGB value is (36,26,134). Sum of RGB (Red+Green+Blue) = 36+26+134=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 134 (52.73% from 255 or 68.37% from 196); Max value from RGB is 134 - color contains mainly: blue. Hex color #241A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241A86 is #DBE579. Grayscale: #282828. Windows color (decimal): -14411130 or 8788516. OLE color: 8788516.

HSL color Cylindrical-coordinate representation of color #241A86: hue angle of 245.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241A86 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3626134-
CMYK0.730.8100.47
HSL245.56º67.5%31.37%-
HSV(B)245.56º80.6%52.55%-
XYZ5.42.8422.82-
YUV41.3180.31124.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 134 (52.73% from 255) = 68.37%
R=18.37%
G=13.27%
B=68.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36261340.730.8100.47245.5667.531.37
Hex241A86495102Ff6441f
Octal443220611112105736610437
Binary100100110101000011010010011010001010111111110110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241A86; }

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

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

<style>
 a { background-color: #241A86; }

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

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

<style>
 span { border-color: #241A86; }

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

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