#28159D

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

Shades of Ultramarine #28159D

Tints of Ultramarine #28159D

Color information

#28159D (or 0x28159D) is unknown color: approx Ultramarine. HEX triplet: 28, 15 and 9D. RGB value is (40,21,157). Sum of RGB (Red+Green+Blue) = 40+21+157=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #28159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28159D is #D7EA62. Grayscale: #292929. Windows color (decimal): -14150243 or 10294568. OLE color: 10294568.

HSL color Cylindrical-coordinate representation of color #28159D: hue angle of 248.38º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28159D is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4021157-
CMYK0.750.8700.38
HSL248.38º76.4%34.9%-
HSV(B)248.38º86.62%61.57%-
XYZ7.233.4232.18-
YUV42.18192.79126.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 157 (61.72% from 255) = 72.02%
R=18.35%
G=9.63%
B=72.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40211570.750.8700.38248.3876.434.9
Hex28159D4B57026f84c23
Octal502523511312704637011443
Binary1010001010110011101100101110101110100110111110001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28159D; }

 p { color: rgb(40,21,157); }

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

<style>
 a { background-color: #28159D; }

 a { background-color: rgb(40,21,157); }

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

<style>
 span { border-color: #28159D; }

 span { border-color: rgb(40,21,157); }

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