#2B1A9B

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

Shades of Ultramarine #2B1A9B

Tints of Ultramarine #2B1A9B

Color information

#2B1A9B (or 0x2B1A9B) is unknown color: approx Ultramarine. HEX triplet: 2B, 1A and 9B. RGB value is (43,26,155). Sum of RGB (Red+Green+Blue) = 43+26+155=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B1A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1A9B is #D4E564. Grayscale: #2D2D2D. Windows color (decimal): -13952357 or 10164779. OLE color: 10164779.

HSL color Cylindrical-coordinate representation of color #2B1A9B: hue angle of 247.91º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B1A9B is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4326155-
CMYK0.720.8300.39
HSL247.91º71.27%35.49%-
HSV(B)247.91º83.23%60.78%-
XYZ7.283.6231.33-
YUV45.79189.63126.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 26 (10.55% from 255) = 11.61%
BLUE value IS 155 (60.94% from 255) = 69.20%
R=19.20%
G=11.61%
B=69.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43261550.720.8300.39247.9171.2735.49
Hex2B1A9B4853027f84723
Octal533223311012304737010743
Binary1010111101010011011100100010100110100111111110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,26,155); }

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

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

 a { background-color: rgb(43,26,155); }

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

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

 span { border-color: rgb(43,26,155); }

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