#2A199F

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

Shades of Ultramarine #2A199F

Tints of Ultramarine #2A199F

Color information

#2A199F (or 0x2A199F) is unknown color: approx Ultramarine. HEX triplet: 2A, 19 and 9F. RGB value is (42,25,159). Sum of RGB (Red+Green+Blue) = 42+25+159=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A199F is #D5E660. Grayscale: #2C2C2C. Windows color (decimal): -14018145 or 10426666. OLE color: 10426666.

HSL color Cylindrical-coordinate representation of color #2A199F: hue angle of 247.61º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A199F is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4225159-
CMYK0.740.8400.38
HSL247.61º72.83%36.08%-
HSV(B)247.61º84.28%62.35%-
XYZ7.563.6933.11-
YUV45.36192.13125.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.58%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 159 (62.5% from 255) = 70.35%
R=18.58%
G=11.06%
B=70.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42251590.740.8400.38247.6172.8336.08
Hex2A199F4A54026f84924
Octal523123711212404637011144
Binary1010101100110011111100101010101000100110111110001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A199F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,159); }

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

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

 a { background-color: rgb(42,25,159); }

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

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

 span { border-color: rgb(42,25,159); }

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