#240993

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

Shades of Ultramarine #240993

Tints of Ultramarine #240993

Color information

#240993 (or 0x240993) is unknown color: approx Ultramarine. HEX triplet: 24, 09 and 93. RGB value is (36,9,147). Sum of RGB (Red+Green+Blue) = 36+9+147=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #240993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240993 is #DBF66C. Grayscale: #202020. Windows color (decimal): -14415469 or 9636132. OLE color: 9636132.

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

Color convert

RGB369147-
CMYK0.760.9400.42
HSL251.74º88.46%30.59%-
HSV(B)251.74º93.88%57.65%-
XYZ6.092.6827.8-
YUV32.8192.45130.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.75%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 147 (57.81% from 255) = 76.56%
R=18.75%
G=4.69%
B=76.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3691470.760.9400.42251.7488.4630.59
Hex249934C5E02Afc581f
Octal441122311413605237413037
Binary10010010011001001110011001011110010101011111100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240993; }

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

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

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

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

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

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

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

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