#241475

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

Shades of Midnight Blue #241475

Tints of Midnight Blue #241475

Color information

#241475 (or 0x241475) is unknown color: approx Midnight Blue. HEX triplet: 24, 14 and 75. RGB value is (36,20,117). Sum of RGB (Red+Green+Blue) = 36+20+117=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #241475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241475 is #DBEB8A. Grayscale: #232323. Windows color (decimal): -14412683 or 7672868. OLE color: 7672868.

HSL color Cylindrical-coordinate representation of color #241475: hue angle of 249.9º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241475 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3620117-
CMYK0.690.8300.54
HSL249.9º70.8%26.86%-
HSV(B)249.9º82.91%45.88%-
XYZ4.192.1617.03-
YUV35.84173.8128.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.81%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 117 (46.09% from 255) = 67.63%
R=20.81%
G=11.56%
B=67.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36201170.690.8300.54249.970.826.86
Hex2414754553036fa471b
Octal442416510512306637210733
Binary10010010100111010110001011010011011011011111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241475; }

 p { color: rgb(36,20,117); }

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

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

 a { background-color: rgb(36,20,117); }

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

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

 span { border-color: rgb(36,20,117); }

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