#241590

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

Shades of Ultramarine #241590

Tints of Ultramarine #241590

Color information

#241590 (or 0x241590) is unknown color: approx Ultramarine. HEX triplet: 24, 15 and 90. RGB value is (36,21,144). Sum of RGB (Red+Green+Blue) = 36+21+144=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #241590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241590 is #DBEA6F. Grayscale: #272727. Windows color (decimal): -14412400 or 9442596. OLE color: 9442596.

HSL color Cylindrical-coordinate representation of color #241590: hue angle of 247.32º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241590 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3621144-
CMYK0.750.8500.44
HSL247.32º74.55%32.35%-
HSV(B)247.32º85.42%56.47%-
XYZ6.032.9326.63-
YUV39.51186.97125.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 144 (56.64% from 255) = 71.64%
R=17.91%
G=10.45%
B=71.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36211440.750.8500.44247.3274.5532.35
Hex2415904B5502Cf74b20
Octal442522011312505436711340
Binary1001001010110010000100101110101010101100111101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241590; }

 p { color: rgb(36,21,144); }

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

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

 a { background-color: rgb(36,21,144); }

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

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

 span { border-color: rgb(36,21,144); }

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