#28119B

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

Shades of Ultramarine #28119B

Tints of Ultramarine #28119B

Color information

#28119B (or 0x28119B) is unknown color: approx Ultramarine. HEX triplet: 28, 11 and 9B. RGB value is (40,17,155). Sum of RGB (Red+Green+Blue) = 40+17+155=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #28119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28119B is #D7EE64. Grayscale: #272727. Windows color (decimal): -14151269 or 10162472. OLE color: 10162472.

HSL color Cylindrical-coordinate representation of color #28119B: hue angle of 250º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28119B is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4017155-
CMYK0.740.8900.39
HSL250º80.23%33.73%-
HSV(B)250º89.03%60.78%-
XYZ6.993.2231.26-
YUV39.61193.12128.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 155 (60.94% from 255) = 73.11%
R=18.87%
G=8.02%
B=73.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40171550.740.8900.3925080.2333.73
Hex28119B4A59027fa5022
Octal502123311213104737212042
Binary1010001000110011011100101010110010100111111110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28119B; }

 p { color: rgb(40,17,155); }

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

<style>
 a { background-color: #28119B; }

 a { background-color: rgb(40,17,155); }

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

<style>
 span { border-color: #28119B; }

 span { border-color: rgb(40,17,155); }

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