#241A93

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

Shades of Ultramarine #241A93

Tints of Ultramarine #241A93

Color information

#241A93 (or 0x241A93) is unknown color: approx Ultramarine. HEX triplet: 24, 1A and 93. RGB value is (36,26,147). Sum of RGB (Red+Green+Blue) = 36+26+147=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #241A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241A93 is #DBE56C. Grayscale: #2A2A2A. Windows color (decimal): -14411117 or 9640484. OLE color: 9640484.

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

Color convert

RGB3626147-
CMYK0.760.8200.42
HSL244.96º69.94%33.92%-
HSV(B)244.96º82.31%57.65%-
XYZ6.363.2227.89-
YUV42.78186.81123.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 147 (57.81% from 255) = 70.33%
R=17.22%
G=12.44%
B=70.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36261470.760.8200.42244.9669.9433.92
Hex241A934C5202Af54622
Octal443222311412205236510642
Binary1001001101010010011100110010100100101010111101011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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