#241291

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

Shades of Ultramarine #241291

Tints of Ultramarine #241291

Color information

#241291 (or 0x241291) is unknown color: approx Ultramarine. HEX triplet: 24, 12 and 91. RGB value is (36,18,145). Sum of RGB (Red+Green+Blue) = 36+18+145=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #241291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241291 is #DBED6E. Grayscale: #252525. Windows color (decimal): -14413167 or 9507364. OLE color: 9507364.

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

Color convert

RGB3618145-
CMYK0.750.8800.43
HSL248.5º77.91%31.96%-
HSV(B)248.5º87.59%56.86%-
XYZ6.052.8527.02-
YUV37.86188.46126.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.09%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 145 (57.03% from 255) = 72.86%
R=18.09%
G=9.05%
B=72.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36181450.750.8800.43248.577.9131.96
Hex2412914B5802Bf94e20
Octal442222111313005337111640
Binary1001001001010010001100101110110000101011111110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241291; }

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

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

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

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

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

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

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

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