#2a1699

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

Shades of Ultramarine #2A1699

Tints of Ultramarine #2A1699

Color information

#2A1699 (or 0x2A1699) is unknown color: approx Ultramarine. HEX triplet: 2A, 16 and 99. RGB value is (42,22,153). Sum of RGB (Red+Green+Blue) = 42+22+153=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A1699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1699 is #D5E966. Grayscale: #2A2A2A. Windows color (decimal): -14018919 or 10032682. OLE color: 10032682.

HSL color Cylindrical-coordinate representation of color #2A1699: hue angle of 249.16º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1699 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4222153-
CMYK0.730.8600.4
HSL249.16º74.86%34.31%-
HSV(B)249.16º85.62%60%-
XYZ6.993.3730.42-
YUV42.91190.13127.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=19.35%
G=10.14%
B=70.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42221530.730.8600.4249.1674.8634.31
Hex2A16994956028f94b22
Octal522623111112605037111342
Binary1010101011010011001100100110101100101000111110011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2a1699; }

 p { color: rgb(42,22,153); }

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

<style>
 a { background-color: #2a1699; }

 a { background-color: rgb(42,22,153); }

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

<style>
 span { border-color: #2a1699; }

 span { border-color: rgb(42,22,153); }

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