#2B129E

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

Shades of Ultramarine #2B129E

Tints of Ultramarine #2B129E

Color information

#2B129E (or 0x2B129E) is unknown color: approx Ultramarine. HEX triplet: 2B, 12 and 9E. RGB value is (43,18,158). Sum of RGB (Red+Green+Blue) = 43+18+158=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B129E is #D4ED61. Grayscale: #282828. Windows color (decimal): -13954402 or 10359339. OLE color: 10359339.

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

Color convert

RGB4318158-
CMYK0.730.8900.38
HSL250.71º79.55%34.51%-
HSV(B)250.71º88.61%61.96%-
XYZ7.383.4132.62-
YUV41.44193.78129.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 158 (62.11% from 255) = 72.15%
R=19.63%
G=8.22%
B=72.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43181580.730.8900.38250.7179.5534.51
Hex2B129E4959026fb5023
Octal532223611113104637312043
Binary1010111001010011110100100110110010100110111110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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