#242085

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

Shades of Midnight Blue #242085

Tints of Midnight Blue #242085

Color information

#242085 (or 0x242085) is unknown color: approx Midnight Blue. HEX triplet: 24, 20 and 85. RGB value is (36,32,133). Sum of RGB (Red+Green+Blue) = 36+32+133=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #242085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242085 is #DBDF7A. Grayscale: #2C2C2C. Windows color (decimal): -14409595 or 8724516. OLE color: 8724516.

HSL color Cylindrical-coordinate representation of color #242085: hue angle of 242.38º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242085 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3632133-
CMYK0.730.7600.48
HSL242.38º61.21%32.35%-
HSV(B)242.38º75.94%52.16%-
XYZ5.483.122.5-
YUV44.71177.83121.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=17.91%
G=15.92%
B=66.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36321330.730.7600.48242.3861.2132.35
Hex242085494C030f23d20
Octal44402051111140603627540
Binary1001001000001000010110010011001100011000011110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242085; }

 p { color: rgb(36,32,133); }

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

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

 a { background-color: rgb(36,32,133); }

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

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

 span { border-color: rgb(36,32,133); }

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