#240C89

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

Shades of Ultramarine #240C89

Tints of Ultramarine #240C89

Color information

#240C89 (or 0x240C89) is unknown color: approx Ultramarine. HEX triplet: 24, 0C and 89. RGB value is (36,12,137). Sum of RGB (Red+Green+Blue) = 36+12+137=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #240C89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240C89 is #DBF376. Grayscale: #202020. Windows color (decimal): -14414711 or 8981540. OLE color: 8981540.

HSL color Cylindrical-coordinate representation of color #240C89: hue angle of 251.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240C89 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3612137-
CMYK0.740.9100.46
HSL251.52º83.89%29.22%-
HSV(B)251.52º91.24%53.73%-
XYZ5.372.4423.86-
YUV33.43186.45129.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 137 (53.91% from 255) = 74.05%
R=19.46%
G=6.49%
B=74.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36121370.740.9100.46251.5283.8929.22
Hex24C894A5B02Efc541d
Octal441421111213305637412435
Binary10010011001000100110010101011011010111011111100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,12,137); }

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

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

 a { background-color: rgb(36,12,137); }

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

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

 span { border-color: rgb(36,12,137); }

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