#2413A9

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

Shades of Ultramarine #2413A9

Tints of Ultramarine #2413A9

Color information

#2413A9 (or 0x2413A9) is unknown color: approx Ultramarine. HEX triplet: 24, 13 and A9. RGB value is (36,19,169). Sum of RGB (Red+Green+Blue) = 36+19+169=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 169 (66.41% from 255 or 75.45% from 224); Max value from RGB is 169 - color contains mainly: blue. Hex color #2413A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2413A9 is #DBEC56. Grayscale: #282828. Windows color (decimal): -14412887 or 11080484. OLE color: 11080484.

HSL color Cylindrical-coordinate representation of color #2413A9: hue angle of 246.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2413A9 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3619169-
CMYK0.790.8900.34
HSL246.8º79.79%36.86%-
HSV(B)246.8º88.76%66.27%-
XYZ8.123.7137.82-
YUV41.18200.13124.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 169 (66.41% from 255) = 75.45%
R=16.07%
G=8.48%
B=75.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36191690.790.8900.34246.879.7936.86
Hex2413A94F59022f75025
Octal442325111713104236712045
Binary1001001001110101001100111110110010100010111101111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2413A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2413A9; }

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

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

<style>
 a { background-color: #2413A9; }

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

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

<style>
 span { border-color: #2413A9; }

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

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