#241a70

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

Shades of Midnight Blue #241A70

Tints of Midnight Blue #241A70

Color information

#241A70 (or 0x241A70) is unknown color: approx Midnight Blue. HEX triplet: 24, 1A and 70. RGB value is (36,26,112). Sum of RGB (Red+Green+Blue) = 36+26+112=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #241A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A70 is #DBE58F. Grayscale: #262626. Windows color (decimal): -14411152 or 7346724. OLE color: 7346724.

HSL color Cylindrical-coordinate representation of color #241A70: hue angle of 246.98º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #241A70 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3626112-
CMYK0.680.7700.56
HSL246.98º62.32%27.06%-
HSV(B)246.98º76.79%43.92%-
XYZ4.022.2815.56-
YUV38.79169.31126.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=20.69%
G=14.94%
B=64.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36261120.680.7700.56246.9862.3227.06
Hex241A70444D038f73e1b
Octal44321601041150703677633
Binary1001001101011100001000100100110101110001111011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241a70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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