#280099

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

Shades of Ultramarine #280099

Tints of Ultramarine #280099

Color information

#280099 (or 0x280099) is unknown color: approx Ultramarine. HEX triplet: 28, 00 and 99. RGB value is (40,0,153). Sum of RGB (Red+Green+Blue) = 40+0+153=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #280099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280099 is #D7FF66. Grayscale: #1C1C1C. Windows color (decimal): -14155623 or 10027048. OLE color: 10027048.

HSL color Cylindrical-coordinate representation of color #280099: hue angle of 255.69º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280099 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB400153-
CMYK0.74100.4
HSL255.69º100%30%-
HSV(B)255.69º100%60%-
XYZ6.622.7530.32-
YUV29.4197.75135.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 79.27%
R=20.73%
G=0%
B=79.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4001530.74100.4255.6910030
Hex280994A64028100641e
Octal50023111214405040014436
Binary101000010011001100101011001000101000100000000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280099; }

 p { color: rgb(40,0,153); }

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

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

 a { background-color: rgb(40,0,153); }

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

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

 span { border-color: rgb(40,0,153); }

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