#2A159E

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

Shades of Ultramarine #2A159E

Tints of Ultramarine #2A159E

Color information

#2A159E (or 0x2A159E) is unknown color: approx Ultramarine. HEX triplet: 2A, 15 and 9E. RGB value is (42,21,158). Sum of RGB (Red+Green+Blue) = 42+21+158=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A159E is #D5EA61. Grayscale: #2A2A2A. Windows color (decimal): -14019170 or 10360106. OLE color: 10360106.

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

Color convert

RGB4221158-
CMYK0.730.8700.38
HSL249.2º76.54%35.1%-
HSV(B)249.2º86.71%61.96%-
XYZ7.393.532.63-
YUV42.9192.96127.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 158 (62.11% from 255) = 71.49%
R=19.00%
G=9.50%
B=71.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42211580.730.8700.38249.276.5435.1
Hex2A159E4957026f94d23
Octal522523611112704637111543
Binary1010101010110011110100100110101110100110111110011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,21,158); }

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

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

 a { background-color: rgb(42,21,158); }

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

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

 span { border-color: rgb(42,21,158); }

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