#240990

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

Shades of Ultramarine #240990

Tints of Ultramarine #240990

Color information

#240990 (or 0x240990) is unknown color: approx Ultramarine. HEX triplet: 24, 09 and 90. RGB value is (36,9,144). Sum of RGB (Red+Green+Blue) = 36+9+144=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #240990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240990 is #DBF66F. Grayscale: #1F1F1F. Windows color (decimal): -14415472 or 9439524. OLE color: 9439524.

HSL color Cylindrical-coordinate representation of color #240990: hue angle of 252º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240990 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB369144-
CMYK0.750.9400.44
HSL252º88.24%30%-
HSV(B)252º93.75%56.47%-
XYZ5.862.5826.58-
YUV32.46190.95130.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 144 (56.64% from 255) = 76.19%
R=19.05%
G=4.76%
B=76.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3691440.750.9400.4425288.2430
Hex249904B5E02Cfc581e
Octal441122011313605437413036
Binary10010010011001000010010111011110010110011111100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240990; }

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

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

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

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

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

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

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

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