#240A9F

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

Shades of Ultramarine #240A9F

Tints of Ultramarine #240A9F

Color information

#240A9F (or 0x240A9F) is unknown color: approx Ultramarine. HEX triplet: 24, 0A and 9F. RGB value is (36,10,159). Sum of RGB (Red+Green+Blue) = 36+10+159=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #240A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240A9F is #DBF560. Grayscale: #222222. Windows color (decimal): -14415201 or 10422820. OLE color: 10422820.

HSL color Cylindrical-coordinate representation of color #240A9F: hue angle of 250.47º 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 #240A9F is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3610159-
CMYK0.770.9400.38
HSL250.47º88.17%33.14%-
HSV(B)250.47º93.71%62.35%-
XYZ7.093.133.02-
YUV34.76198.11128.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 159 (62.5% from 255) = 77.56%
R=17.56%
G=4.88%
B=77.56%

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
Decimal36101590.770.9400.38250.4788.1733.14
Hex24A9F4D5E026fa5821
Octal441223711513604637213041
Binary100100101010011111100110110111100100110111110101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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