#240BA9

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

Shades of Ultramarine #240BA9

Tints of Ultramarine #240BA9

Color information

#240BA9 (or 0x240BA9) is unknown color: approx Ultramarine. HEX triplet: 24, 0B and A9. RGB value is (36,11,169). Sum of RGB (Red+Green+Blue) = 36+11+169=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 169 (66.41% from 255 or 78.24% from 216); Max value from RGB is 169 - color contains mainly: blue. Hex color #240BA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240BA9 is #DBF456. Grayscale: #232323. Windows color (decimal): -14414935 or 11078436. OLE color: 11078436.

HSL color Cylindrical-coordinate representation of color #240BA9: hue angle of 249.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240BA9 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3611169-
CMYK0.790.9300.34
HSL249.49º87.78%35.29%-
HSV(B)249.49º93.49%66.27%-
XYZ8.013.4837.79-
YUV36.49202.78127.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 11 (4.69% from 255) = 5.09%
BLUE value IS 169 (66.41% from 255) = 78.24%
R=16.67%
G=5.09%
B=78.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36111690.790.9300.34249.4987.7835.29
Hex24BA94F5D022f95823
Octal441325111713504237113043
Binary100100101110101001100111110111010100010111110011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,11,169); }

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

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

 a { background-color: rgb(36,11,169); }

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

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

 span { border-color: rgb(36,11,169); }

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