#240591

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

Shades of Ultramarine #240591

Tints of Ultramarine #240591

Color information

#240591 (or 0x240591) is unknown color: approx Ultramarine. HEX triplet: 24, 05 and 91. RGB value is (36,5,145). Sum of RGB (Red+Green+Blue) = 36+5+145=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 145 (57.03% from 255 or 77.96% from 186); Max value from RGB is 145 - color contains mainly: blue. Hex color #240591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240591 is #DBFA6E. Grayscale: #1D1D1D. Windows color (decimal): -14416495 or 9504036. OLE color: 9504036.

HSL color Cylindrical-coordinate representation of color #240591: hue angle of 253.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240591 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB365145-
CMYK0.750.9700.43
HSL253.29º93.33%29.41%-
HSV(B)253.29º96.55%56.86%-
XYZ5.892.5326.97-
YUV30.23192.77132.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 145 (57.03% from 255) = 77.96%
R=19.35%
G=2.69%
B=77.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3651450.750.9700.43253.2993.3329.41
Hex245914B6102Bfd5d1d
Octal44522111314105337513535
Binary1001001011001000110010111100001010101111111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240591; }

 p { color: rgb(36,5,145); }

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

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

 a { background-color: rgb(36,5,145); }

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

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

 span { border-color: rgb(36,5,145); }

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