#2B0E99

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

Shades of Ultramarine #2B0E99

Tints of Ultramarine #2B0E99

Color information

#2B0E99 (or 0x2B0E99) is unknown color: approx Ultramarine. HEX triplet: 2B, 0E and 99. RGB value is (43,14,153). Sum of RGB (Red+Green+Blue) = 43+14+153=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B0E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0E99 is #D4F166. Grayscale: #252525. Windows color (decimal): -13955431 or 10030635. OLE color: 10030635.

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

Color convert

RGB4314153-
CMYK0.720.9100.4
HSL252.52º83.23%32.75%-
HSV(B)252.52º90.85%60%-
XYZ6.93.1330.38-
YUV38.52192.61131.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 153 (60.16% from 255) = 72.86%
R=20.48%
G=6.67%
B=72.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43141530.720.9100.4252.5283.2332.75
Hex2BE99485B028fd5321
Octal531623111013305037512341
Binary101011111010011001100100010110110101000111111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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