#2901AB

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

Shades of Ultramarine #2901AB

Tints of Ultramarine #2901AB

Color information

#2901AB (or 0x2901AB) is unknown color: approx Ultramarine. HEX triplet: 29, 01 and AB. RGB value is (41,1,171). Sum of RGB (Red+Green+Blue) = 41+1+171=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #2901AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2901AB is #D6FE54. Grayscale: #1F1F1F. Windows color (decimal): -14089813 or 11206953. OLE color: 11206953.

HSL color Cylindrical-coordinate representation of color #2901AB: hue angle of 254.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2901AB is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB411171-
CMYK0.760.9900.33
HSL254.12º98.84%33.73%-
HSV(B)254.12º99.42%67.06%-
XYZ8.283.4338.75-
YUV32.34206.25134.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 171 (67.19% from 255) = 80.28%
R=19.25%
G=0.47%
B=80.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4111710.760.9900.33254.1298.8433.73
Hex291AB4C63021fe6322
Octal51125311414304137614342
Binary101001110101011100110011000110100001111111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2901AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2901AB; }

 p { color: rgb(41,1,171); }

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

<style>
 a { background-color: #2901AB; }

 a { background-color: rgb(41,1,171); }

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

<style>
 span { border-color: #2901AB; }

 span { border-color: rgb(41,1,171); }

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