#2400A9

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

Shades of Ultramarine #2400A9

Tints of Ultramarine #2400A9

Color information

#2400A9 (or 0x2400A9) is unknown color: approx Ultramarine. HEX triplet: 24, 00 and A9. RGB value is (36,0,169). Sum of RGB (Red+Green+Blue) = 36+0+169=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 169 (66.41% from 255 or 82.44% from 205); Max value from RGB is 169 - color contains mainly: blue. Hex color #2400A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2400A9 is #DBFF56. Grayscale: #1D1D1D. Windows color (decimal): -14417751 or 11075620. OLE color: 11075620.

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

Color convert

RGB360169-
CMYK0.79100.34
HSL252.78º100%33.14%-
HSV(B)252.78º100%66.27%-
XYZ7.893.2437.75-
YUV30.03206.43132.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 169 (66.41% from 255) = 82.44%
R=17.56%
G=0%
B=82.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal3601690.79100.34252.7810033.14
Hex240A94F64022fd6421
Octal44025111714404237514441
Binary100100010101001100111111001000100010111111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2400A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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