#2B1599

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

Shades of Ultramarine #2B1599

Tints of Ultramarine #2B1599

Color information

#2B1599 (or 0x2B1599) is unknown color: approx Ultramarine. HEX triplet: 2B, 15 and 99. RGB value is (43,21,153). Sum of RGB (Red+Green+Blue) = 43+21+153=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B1599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1599 is #D4EA66. Grayscale: #2A2A2A. Windows color (decimal): -13953639 or 10032427. OLE color: 10032427.

HSL color Cylindrical-coordinate representation of color #2B1599: hue angle of 250º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1599 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4321153-
CMYK0.720.8600.4
HSL250º75.86%34.12%-
HSV(B)250º86.27%60%-
XYZ7.013.3530.41-
YUV42.63190.29128.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=19.82%
G=9.68%
B=70.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43211530.720.8600.425075.8634.12
Hex2B15994856028fa4c22
Octal532523111012605037211442
Binary1010111010110011001100100010101100101000111110101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,153); }

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

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

 a { background-color: rgb(43,21,153); }

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

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

 span { border-color: rgb(43,21,153); }

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