#2B109F

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

Shades of Ultramarine #2B109F

Tints of Ultramarine #2B109F

Color information

#2B109F (or 0x2B109F) is unknown color: approx Ultramarine. HEX triplet: 2B, 10 and 9F. RGB value is (43,16,159). Sum of RGB (Red+Green+Blue) = 43+16+159=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B109F is #D4EF60. Grayscale: #272727. Windows color (decimal): -13954913 or 10424363. OLE color: 10424363.

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

Color convert

RGB4316159-
CMYK0.730.9000.38
HSL251.33º81.71%34.31%-
HSV(B)251.33º89.94%62.35%-
XYZ7.443.3933.06-
YUV40.38194.95129.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.72%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 159 (62.5% from 255) = 72.94%
R=19.72%
G=7.34%
B=72.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43161590.730.9000.38251.3381.7134.31
Hex2B109F495A026fb5222
Octal532023711113204637312242
Binary1010111000010011111100100110110100100110111110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,16,159); }

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

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

 a { background-color: rgb(43,16,159); }

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

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

 span { border-color: rgb(43,16,159); }

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