#2A179B

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

Shades of Ultramarine #2A179B

Tints of Ultramarine #2A179B

Color information

#2A179B (or 0x2A179B) is unknown color: approx Ultramarine. HEX triplet: 2A, 17 and 9B. RGB value is (42,23,155). Sum of RGB (Red+Green+Blue) = 42+23+155=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A179B is #D5E864. Grayscale: #2B2B2B. Windows color (decimal): -14018661 or 10164010. OLE color: 10164010.

HSL color Cylindrical-coordinate representation of color #2A179B: hue angle of 248.64º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A179B is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4223155-
CMYK0.730.8500.39
HSL248.64º74.16%34.9%-
HSV(B)248.64º85.16%60.78%-
XYZ7.183.4731.3-
YUV43.73190.79126.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 155 (60.94% from 255) = 70.45%
R=19.09%
G=10.45%
B=70.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42231550.730.8500.39248.6474.1634.9
Hex2A179B4955027f94a23
Octal522723311112504737111243
Binary1010101011110011011100100110101010100111111110011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,23,155); }

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

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

 a { background-color: rgb(42,23,155); }

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

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

 span { border-color: rgb(42,23,155); }

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