#2B059E

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

Shades of Ultramarine #2B059E

Tints of Ultramarine #2B059E

Color information

#2B059E (or 0x2B059E) is unknown color: approx Ultramarine. HEX triplet: 2B, 05 and 9E. RGB value is (43,5,158). Sum of RGB (Red+Green+Blue) = 43+5+158=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B059E is #D4FA61. Grayscale: #212121. Windows color (decimal): -13957730 or 10356011. OLE color: 10356011.

HSL color Cylindrical-coordinate representation of color #2B059E: hue angle of 254.9º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B059E is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB435158-
CMYK0.730.9700.38
HSL254.9º93.87%31.96%-
HSV(B)254.9º96.84%61.96%-
XYZ7.223.0932.56-
YUV33.8198.09134.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.87%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 158 (62.11% from 255) = 76.70%
R=20.87%
G=2.43%
B=76.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4351580.730.9700.38254.993.8731.96
Hex2B59E4961026ff5e20
Octal53523611114104637713640
Binary10101110110011110100100111000010100110111111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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