#28169A

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

Shades of Ultramarine #28169A

Tints of Ultramarine #28169A

Color information

#28169A (or 0x28169A) is unknown color: approx Ultramarine. HEX triplet: 28, 16 and 9A. RGB value is (40,22,154). Sum of RGB (Red+Green+Blue) = 40+22+154=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 154 (60.55% from 255 or 71.30% from 216); Max value from RGB is 154 - color contains mainly: blue. Hex color #28169A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28169A is #D7E965. Grayscale: #292929. Windows color (decimal): -14149990 or 10098216. OLE color: 10098216.

HSL color Cylindrical-coordinate representation of color #28169A: hue angle of 248.18º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28169A is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4022154-
CMYK0.740.8600.40
HSL248.18º75%34.51%-
HSV(B)248.18º85.71%60.39%-
XYZ6.993.3630.85-
YUV42.43190.96126.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 154 (60.55% from 255) = 71.30%
R=18.52%
G=10.19%
B=71.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40221540.740.8600.40248.187534.51
Hex28169A4A56028f84b23
Octal502623211212605037011343
Binary1010001011010011010100101010101100101000111110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28169A; }

 p { color: rgb(40,22,154); }

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

<style>
 a { background-color: #28169A; }

 a { background-color: rgb(40,22,154); }

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

<style>
 span { border-color: #28169A; }

 span { border-color: rgb(40,22,154); }

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