#2B149A

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

Shades of Ultramarine #2B149A

Tints of Ultramarine #2B149A

Color information

#2B149A (or 0x2B149A) is unknown color: approx Ultramarine. HEX triplet: 2B, 14 and 9A. RGB value is (43,20,154). Sum of RGB (Red+Green+Blue) = 43+20+154=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B149A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B149A is #D4EB65. Grayscale: #292929. Windows color (decimal): -13953894 or 10097707. OLE color: 10097707.

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

Color convert

RGB4320154-
CMYK0.720.8700.40
HSL250.3º77.01%34.12%-
HSV(B)250.3º87.01%60.39%-
XYZ7.083.3530.84-
YUV42.15191.12128.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 154 (60.55% from 255) = 70.97%
R=19.82%
G=9.22%
B=70.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43201540.720.8700.40250.377.0134.12
Hex2B149A4857028fa4d22
Octal532423211012705037211542
Binary1010111010010011010100100010101110101000111110101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,20,154); }

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

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

 a { background-color: rgb(43,20,154); }

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

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

 span { border-color: rgb(43,20,154); }

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