#2A119F

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

Shades of Ultramarine #2A119F

Tints of Ultramarine #2A119F

Color information

#2A119F (or 0x2A119F) is unknown color: approx Ultramarine. HEX triplet: 2A, 11 and 9F. RGB value is (42,17,159). Sum of RGB (Red+Green+Blue) = 42+17+159=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A119F is #D5EE60. Grayscale: #282828. Windows color (decimal): -14020193 or 10424618. OLE color: 10424618.

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

Color convert

RGB4217159-
CMYK0.740.8900.38
HSL250.56º80.68%34.51%-
HSV(B)250.56º89.31%62.35%-
XYZ7.413.433.07-
YUV40.66194.78128.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 159 (62.5% from 255) = 72.94%
R=19.27%
G=7.80%
B=72.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42171590.740.8900.38250.5680.6834.51
Hex2A119F4A59026fb5123
Octal522123711213104637312143
Binary1010101000110011111100101010110010100110111110111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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