#240a9e

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

Shades of Ultramarine #240A9E

Tints of Ultramarine #240A9E

Color information

#240A9E (or 0x240A9E) is unknown color: approx Ultramarine. HEX triplet: 24, 0A and 9E. RGB value is (36,10,158). Sum of RGB (Red+Green+Blue) = 36+10+158=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #240A9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240A9E is #DBF561. Grayscale: #222222. Windows color (decimal): -14415202 or 10357284. OLE color: 10357284.

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

Color convert

RGB3610158-
CMYK0.770.9400.38
HSL250.54º88.1%32.94%-
HSV(B)250.54º93.67%61.96%-
XYZ7.013.0632.57-
YUV34.65197.61128.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 10 (4.30% from 255) = 4.90%
BLUE value IS 158 (62.11% from 255) = 77.45%
R=17.65%
G=4.90%
B=77.45%

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
Decimal36101580.770.9400.38250.5488.132.94
Hex24A9E4D5E026fb5821
Octal441223611513604637313041
Binary100100101010011110100110110111100100110111110111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240a9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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