#28178E

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

Shades of Ultramarine #28178E

Tints of Ultramarine #28178E

Color information

#28178E (or 0x28178E) is unknown color: approx Ultramarine. HEX triplet: 28, 17 and 8E. RGB value is (40,23,142). Sum of RGB (Red+Green+Blue) = 40+23+142=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #28178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28178E is #D7E871. Grayscale: #292929. Windows color (decimal): -14149746 or 9312040. OLE color: 9312040.

HSL color Cylindrical-coordinate representation of color #28178E: hue angle of 248.57º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28178E is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4023142-
CMYK0.720.8400.44
HSL248.57º72.12%32.35%-
HSV(B)248.57º83.8%55.69%-
XYZ6.063.0225.85-
YUV41.65184.63126.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 142 (55.86% from 255) = 69.27%
R=19.51%
G=11.22%
B=69.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40231420.720.8400.44248.5772.1232.35
Hex28178E485402Cf94820
Octal502721611012405437111040
Binary1010001011110001110100100010101000101100111110011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28178E; }

 p { color: rgb(40,23,142); }

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

<style>
 a { background-color: #28178E; }

 a { background-color: rgb(40,23,142); }

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

<style>
 span { border-color: #28178E; }

 span { border-color: rgb(40,23,142); }

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