#242B7A

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

Shades of Midnight Blue #242B7A

Tints of Midnight Blue #242B7A

Color information

#242B7A (or 0x242B7A) is unknown color: approx Midnight Blue. HEX triplet: 24, 2B and 7A. RGB value is (36,43,122). Sum of RGB (Red+Green+Blue) = 36+43+122=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #242B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B7A is #DBD485. Grayscale: #313131. Windows color (decimal): -14406790 or 8006436. OLE color: 8006436.

HSL color Cylindrical-coordinate representation of color #242B7A: hue angle of 235.12º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242B7A is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3643122-
CMYK0.700.6500.52
HSL235.12º54.43%30.98%-
HSV(B)235.12º70.49%47.84%-
XYZ5.13.5118.82-
YUV49.91168.68118.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=17.91%
G=21.39%
B=60.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36431220.700.6500.52235.1254.4330.98
Hex242B7A4641034eb361f
Octal44531721061010643536637
Binary10010010101111110101000110100000101101001110101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,43,122); }

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

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

 a { background-color: rgb(36,43,122); }

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

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

 span { border-color: rgb(36,43,122); }

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