#28189B

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

Shades of Ultramarine #28189B

Tints of Ultramarine #28189B

Color information

#28189B (or 0x28189B) is unknown color: approx Ultramarine. HEX triplet: 28, 18 and 9B. RGB value is (40,24,155). Sum of RGB (Red+Green+Blue) = 40+24+155=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #28189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28189B is #D7E764. Grayscale: #2B2B2B. Windows color (decimal): -14149477 or 10164264. OLE color: 10164264.

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

Color convert

RGB4024155-
CMYK0.740.8500.39
HSL247.33º73.18%35.1%-
HSV(B)247.33º84.52%60.78%-
XYZ7.123.4731.31-
YUV43.72190.8125.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 155 (60.94% from 255) = 70.78%
R=18.26%
G=10.96%
B=70.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40241550.740.8500.39247.3373.1835.1
Hex28189B4A55027f74923
Octal503023311212504736711143
Binary1010001100010011011100101010101010100111111101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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