#280193

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

Shades of Ultramarine #280193

Tints of Ultramarine #280193

Color information

#280193 (or 0x280193) is unknown color: approx Ultramarine. HEX triplet: 28, 01 and 93. RGB value is (40,1,147). Sum of RGB (Red+Green+Blue) = 40+1+147=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #280193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280193 is #D7FE6C. Grayscale: #1C1C1C. Windows color (decimal): -14155373 or 9634088. OLE color: 9634088.

HSL color Cylindrical-coordinate representation of color #280193: hue angle of 256.03º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280193 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB401147-
CMYK0.730.9900.42
HSL256.03º98.65%29.02%-
HSV(B)256.03º99.32%57.65%-
XYZ6.152.5827.78-
YUV29.3194.42135.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 147 (57.81% from 255) = 78.19%
R=21.28%
G=0.53%
B=78.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4011470.730.9900.42256.0398.6529.02
Hex28193496302A100631d
Octal50122311114305240014335
Binary101000110010011100100111000110101010100000000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280193; }

 p { color: rgb(40,1,147); }

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

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

 a { background-color: rgb(40,1,147); }

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

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

 span { border-color: rgb(40,1,147); }

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