#2B1199

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

Shades of Ultramarine #2B1199

Tints of Ultramarine #2B1199

Color information

#2B1199 (or 0x2B1199) is unknown color: approx Ultramarine. HEX triplet: 2B, 11 and 99. RGB value is (43,17,153). Sum of RGB (Red+Green+Blue) = 43+17+153=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B1199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1199 is #D4EE66. Grayscale: #272727. Windows color (decimal): -13954663 or 10031403. OLE color: 10031403.

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

Color convert

RGB4317153-
CMYK0.720.8900.4
HSL251.47º80%33.33%-
HSV(B)251.47º88.89%60%-
XYZ6.953.2130.39-
YUV40.28191.61129.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.19%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 153 (60.16% from 255) = 71.83%
R=20.19%
G=7.98%
B=71.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43171530.720.8900.4251.478033.33
Hex2B11994859028fb5021
Octal532123111013105037312041
Binary1010111000110011001100100010110010101000111110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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