#28108F

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

Shades of Ultramarine #28108F

Tints of Ultramarine #28108F

Color information

#28108F (or 0x28108F) is unknown color: approx Ultramarine. HEX triplet: 28, 10 and 8F. RGB value is (40,16,143). Sum of RGB (Red+Green+Blue) = 40+16+143=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #28108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28108F is #D7EF70. Grayscale: #252525. Windows color (decimal): -14151537 or 9375784. OLE color: 9375784.

HSL color Cylindrical-coordinate representation of color #28108F: hue angle of 251.34º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28108F is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4016143-
CMYK0.720.8900.44
HSL251.34º79.87%31.18%-
HSV(B)251.34º88.81%56.08%-
XYZ6.022.826.21-
YUV37.65187.45129.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 143 (56.25% from 255) = 71.86%
R=20.10%
G=8.04%
B=71.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40161430.720.8900.44251.3479.8731.18
Hex28108F485902Cfb501f
Octal502021711013105437312037
Binary101000100001000111110010001011001010110011111011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28108F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28108F; }

 p { color: rgb(40,16,143); }

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

<style>
 a { background-color: #28108F; }

 a { background-color: rgb(40,16,143); }

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

<style>
 span { border-color: #28108F; }

 span { border-color: rgb(40,16,143); }

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