#2A10AB

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

Shades of Ultramarine #2A10AB

Tints of Ultramarine #2A10AB

Color information

#2A10AB (or 0x2A10AB) is unknown color: approx Ultramarine. HEX triplet: 2A, 10 and AB. RGB value is (42,16,171). Sum of RGB (Red+Green+Blue) = 42+16+171=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A10AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A10AB is #D5EF54. Grayscale: #282828. Windows color (decimal): -14020437 or 11210794. OLE color: 11210794.

HSL color Cylindrical-coordinate representation of color #2A10AB: hue angle of 250.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A10AB is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4216171-
CMYK0.750.9100.33
HSL250.06º82.89%36.67%-
HSV(B)250.06º90.64%67.06%-
XYZ8.493.838.81-
YUV41.44201.11128.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.34%
GREEN value IS 16 (6.64% from 255) = 6.99%
BLUE value IS 171 (67.19% from 255) = 74.67%
R=18.34%
G=6.99%
B=74.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42161710.750.9100.33250.0682.8936.67
Hex2A10AB4B5B021fa5325
Octal522025311313304137212345
Binary1010101000010101011100101110110110100001111110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A10AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,16,171); }

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

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

 a { background-color: rgb(42,16,171); }

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

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

 span { border-color: rgb(42,16,171); }

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