#240A9D

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

Shades of Ultramarine #240A9D

Tints of Ultramarine #240A9D

Color information

#240A9D (or 0x240A9D) is unknown color: approx Ultramarine. HEX triplet: 24, 0A and 9D. RGB value is (36,10,157). Sum of RGB (Red+Green+Blue) = 36+10+157=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #240A9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240A9D is #DBF562. Grayscale: #212121. Windows color (decimal): -14415203 or 10291748. OLE color: 10291748.

HSL color Cylindrical-coordinate representation of color #240A9D: hue angle of 250.61º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240A9D is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3610157-
CMYK0.770.9400.38
HSL250.61º88.02%32.75%-
HSV(B)250.61º93.63%61.57%-
XYZ6.923.0332.12-
YUV34.53197.11129.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 157 (61.72% from 255) = 77.34%
R=17.73%
G=4.93%
B=77.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36101570.770.9400.38250.6188.0232.75
Hex24A9D4D5E026fb5821
Octal441223511513604637313041
Binary100100101010011101100110110111100100110111110111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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