#241993

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

Shades of Ultramarine #241993

Tints of Ultramarine #241993

Color information

#241993 (or 0x241993) is unknown color: approx Ultramarine. HEX triplet: 24, 19 and 93. RGB value is (36,25,147). Sum of RGB (Red+Green+Blue) = 36+25+147=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #241993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241993 is #DBE66C. Grayscale: #292929. Windows color (decimal): -14411373 or 9640228. OLE color: 9640228.

HSL color Cylindrical-coordinate representation of color #241993: hue angle of 245.41º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241993 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3625147-
CMYK0.760.8300.42
HSL245.41º70.93%33.73%-
HSV(B)245.41º82.99%57.65%-
XYZ6.343.1827.88-
YUV42.2187.14123.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 147 (57.81% from 255) = 70.67%
R=17.31%
G=12.02%
B=70.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36251470.760.8300.42245.4170.9333.73
Hex2419934C5302Af54722
Octal443122311412305236510742
Binary1001001100110010011100110010100110101010111101011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241993; }

 p { color: rgb(36,25,147); }

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

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

 a { background-color: rgb(36,25,147); }

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

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

 span { border-color: rgb(36,25,147); }

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