#2B059A

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

Shades of Ultramarine #2B059A

Tints of Ultramarine #2B059A

Color information

#2B059A (or 0x2B059A) is unknown color: approx Ultramarine. HEX triplet: 2B, 05 and 9A. RGB value is (43,5,154). Sum of RGB (Red+Green+Blue) = 43+5+154=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 154 (60.55% from 255 or 76.24% from 202); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B059A is #D4FA65. Grayscale: #202020. Windows color (decimal): -13957734 or 10093867. OLE color: 10093867.

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

Color convert

RGB435154-
CMYK0.720.9700.40
HSL255.3º93.71%31.18%-
HSV(B)255.3º96.75%60.39%-
XYZ6.882.9630.78-
YUV33.35196.09134.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.29%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 154 (60.55% from 255) = 76.24%
R=21.29%
G=2.48%
B=76.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4351540.720.9700.40255.393.7131.18
Hex2B59A4861028ff5e1f
Octal53523211014105037713637
Binary1010111011001101010010001100001010100011111111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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