#240EA9

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

Shades of Ultramarine #240EA9

Tints of Ultramarine #240EA9

Color information

#240EA9 (or 0x240EA9) is unknown color: approx Ultramarine. HEX triplet: 24, 0E and A9. RGB value is (36,14,169). Sum of RGB (Red+Green+Blue) = 36+14+169=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 169 (66.41% from 255 or 77.17% from 219); Max value from RGB is 169 - color contains mainly: blue. Hex color #240EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240EA9 is #DBF156. Grayscale: #252525. Windows color (decimal): -14414167 or 11079204. OLE color: 11079204.

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

Color convert

RGB3614169-
CMYK0.790.9200.34
HSL248.52º84.7%35.88%-
HSV(B)248.52º91.72%66.27%-
XYZ8.053.5537.8-
YUV38.25201.79126.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.44%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 169 (66.41% from 255) = 77.17%
R=16.44%
G=6.39%
B=77.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36141690.790.9200.34248.5284.735.88
Hex24EA94F5C022f95524
Octal441625111713404237112544
Binary100100111010101001100111110111000100010111110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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