#2A029B

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

Shades of Ultramarine #2A029B

Tints of Ultramarine #2A029B

Color information

#2A029B (or 0x2A029B) is unknown color: approx Ultramarine. HEX triplet: 2A, 02 and 9B. RGB value is (42,2,155). Sum of RGB (Red+Green+Blue) = 42+2+155=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A029B is #D5FD64. Grayscale: #1E1E1E. Windows color (decimal): -14024037 or 10158634. OLE color: 10158634.

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

Color convert

RGB422155-
CMYK0.730.9900.39
HSL255.69º97.45%30.78%-
HSV(B)255.69º98.71%60.78%-
XYZ6.892.931.21-
YUV31.4197.75135.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.11%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 155 (60.94% from 255) = 77.89%
R=21.11%
G=1.01%
B=77.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4221550.730.9900.39255.6997.4530.78
Hex2A29B4963027100611f
Octal52223311114304740014137
Binary1010101010011011100100111000110100111100000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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