#242A86

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

Shades of Midnight Blue #242A86

Tints of Midnight Blue #242A86

Color information

#242A86 (or 0x242A86) is unknown color: approx Midnight Blue. HEX triplet: 24, 2A and 86. RGB value is (36,42,134). Sum of RGB (Red+Green+Blue) = 36+42+134=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #242A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A86 is #DBD579. Grayscale: #323232. Windows color (decimal): -14407034 or 8792612. OLE color: 8792612.

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

Color convert

RGB3642134-
CMYK0.730.6900.47
HSL236.33º57.65%33.33%-
HSV(B)236.33º73.13%52.55%-
XYZ5.863.7522.97-
YUV50.69175.01117.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 134 (52.73% from 255) = 63.21%
R=16.98%
G=19.81%
B=63.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36421340.730.6900.47236.3357.6533.33
Hex242A86494502Fec3a21
Octal44522061111050573547241
Binary1001001010101000011010010011000101010111111101100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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