#241266

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

Shades of Midnight Blue #241266

Tints of Midnight Blue #241266

Color information

#241266 (or 0x241266) is unknown color: approx Midnight Blue. HEX triplet: 24, 12 and 66. RGB value is (36,18,102). Sum of RGB (Red+Green+Blue) = 36+18+102=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #241266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241266 is #DBED99. Grayscale: #202020. Windows color (decimal): -14413210 or 6689316. OLE color: 6689316.

HSL color Cylindrical-coordinate representation of color #241266: hue angle of 252.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241266 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3618102-
CMYK0.650.8200.6
HSL252.86º70%23.53%-
HSV(B)252.86º82.35%40%-
XYZ3.341.7712.74-
YUV32.96166.96130.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 102 (40.23% from 255) = 65.38%
R=23.08%
G=11.54%
B=65.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36181020.650.8200.6252.867023.53
Hex241266415203Cfd4618
Octal442214610112207437510630
Binary10010010010110011010000011010010011110011111101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241266; }

 p { color: rgb(36,18,102); }

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

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

 a { background-color: rgb(36,18,102); }

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

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

 span { border-color: rgb(36,18,102); }

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