#24198F

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

Shades of Ultramarine #24198F

Tints of Ultramarine #24198F

Color information

#24198F (or 0x24198F) is unknown color: approx Ultramarine. HEX triplet: 24, 19 and 8F. RGB value is (36,25,143). Sum of RGB (Red+Green+Blue) = 36+25+143=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #24198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24198F is #DBE670. Grayscale: #292929. Windows color (decimal): -14411377 or 9378084. OLE color: 9378084.

HSL color Cylindrical-coordinate representation of color #24198F: hue angle of 245.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24198F is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3625143-
CMYK0.750.8300.44
HSL245.59º70.24%32.94%-
HSV(B)245.59º82.52%56.08%-
XYZ6.033.0526.26-
YUV41.74185.14123.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 143 (56.25% from 255) = 70.10%
R=17.65%
G=12.25%
B=70.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36251430.750.8300.44245.5970.2432.94
Hex24198F4B5302Cf64621
Octal443121711312305436610641
Binary1001001100110001111100101110100110101100111101101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24198F; }

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

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

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

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

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

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

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

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