#2B11A9

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

Shades of Ultramarine #2B11A9

Tints of Ultramarine #2B11A9

Color information

#2B11A9 (or 0x2B11A9) is unknown color: approx Ultramarine. HEX triplet: 2B, 11 and A9. RGB value is (43,17,169). Sum of RGB (Red+Green+Blue) = 43+17+169=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 169 (66.41% from 255 or 73.80% from 229); Max value from RGB is 169 - color contains mainly: blue. Hex color #2B11A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B11A9 is #D4EE56. Grayscale: #292929. Windows color (decimal): -13954647 or 11079979. OLE color: 11079979.

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

Color convert

RGB4317169-
CMYK0.750.9000.34
HSL250.26º81.72%36.47%-
HSV(B)250.26º89.94%66.27%-
XYZ8.363.7837.83-
YUV42.1199.61128.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 169 (66.41% from 255) = 73.80%
R=18.78%
G=7.42%
B=73.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43171690.750.9000.34250.2681.7236.47
Hex2B11A94B5A022fa5224
Octal532125111313204237212244
Binary1010111000110101001100101110110100100010111110101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B11A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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