#240A90

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

Shades of Ultramarine #240A90

Tints of Ultramarine #240A90

Color information

#240A90 (or 0x240A90) is unknown color: approx Ultramarine. HEX triplet: 24, 0A and 90. RGB value is (36,10,144). Sum of RGB (Red+Green+Blue) = 36+10+144=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #240A90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240A90 is #DBF56F. Grayscale: #202020. Windows color (decimal): -14415216 or 9439780. OLE color: 9439780.

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

Color convert

RGB3610144-
CMYK0.750.9300.44
HSL251.64º87.01%30.2%-
HSV(B)251.64º93.06%56.47%-
XYZ5.872.6126.58-
YUV33.05190.61130.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 144 (56.64% from 255) = 75.79%
R=18.95%
G=5.26%
B=75.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36101440.750.9300.44251.6487.0130.2
Hex24A904B5D02Cfc571e
Octal441222011313505437412736
Binary10010010101001000010010111011101010110011111100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A90; }

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

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

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

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

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

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

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

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