#2b1fa9

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

Shades of Ultramarine #2B1FA9

Tints of Ultramarine #2B1FA9

Color information

#2B1FA9 (or 0x2B1FA9) is unknown color: approx Ultramarine. HEX triplet: 2B, 1F and A9. RGB value is (43,31,169). Sum of RGB (Red+Green+Blue) = 43+31+169=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 169 (66.41% from 255 or 69.55% from 243); Max value from RGB is 169 - color contains mainly: blue. Hex color #2B1FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1FA9 is #D4E056. Grayscale: #313131. Windows color (decimal): -13951063 or 11083563. OLE color: 11083563.

HSL color Cylindrical-coordinate representation of color #2B1FA9: hue angle of 245.22º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B1FA9 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4331169-
CMYK0.750.8200.34
HSL245.22º69%39.22%-
HSV(B)245.22º81.66%66.27%-
XYZ8.654.3637.92-
YUV50.32194.98122.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 31 (12.5% from 255) = 12.76%
BLUE value IS 169 (66.41% from 255) = 69.55%
R=17.70%
G=12.76%
B=69.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43311690.750.8200.34245.226939.22
Hex2B1FA94B52022f54527
Octal533725111312204236510547
Binary1010111111110101001100101110100100100010111101011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b1fa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,31,169); }

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

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

 a { background-color: rgb(43,31,169); }

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

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

 span { border-color: rgb(43,31,169); }

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