#241A87

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

Shades of Ultramarine #241A87

Tints of Ultramarine #241A87

Color information

#241A87 (or 0x241A87) is unknown color: approx Ultramarine. HEX triplet: 24, 1A and 87. RGB value is (36,26,135). Sum of RGB (Red+Green+Blue) = 36+26+135=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #241A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241A87 is #DBE578. Grayscale: #282828. Windows color (decimal): -14411129 or 8854052. OLE color: 8854052.

HSL color Cylindrical-coordinate representation of color #241A87: hue angle of 245.5º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241A87 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3626135-
CMYK0.730.8100.47
HSL245.5º67.7%31.57%-
HSV(B)245.5º80.74%52.94%-
XYZ5.472.8623.19-
YUV41.42180.81124.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 135 (53.12% from 255) = 68.53%
R=18.27%
G=13.20%
B=68.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36261350.730.8100.47245.567.731.57
Hex241A87495102Ff64420
Octal443220711112105736610440
Binary1001001101010000111100100110100010101111111101101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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