#280699

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

Shades of Ultramarine #280699

Tints of Ultramarine #280699

Color information

#280699 (or 0x280699) is unknown color: approx Ultramarine. HEX triplet: 28, 06 and 99. RGB value is (40,6,153). Sum of RGB (Red+Green+Blue) = 40+6+153=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #280699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280699 is #D7F966. Grayscale: #202020. Windows color (decimal): -14154087 or 10028584. OLE color: 10028584.

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

Color convert

RGB406153-
CMYK0.740.9600.4
HSL253.88º92.45%31.18%-
HSV(B)253.88º96.08%60%-
XYZ6.692.8830.34-
YUV32.92195.76133.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 153 (60.16% from 255) = 76.88%
R=20.10%
G=3.02%
B=76.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4061530.740.9600.4253.8892.4531.18
Hex286994A60028fe5c1f
Octal50623111214005037613437
Binary1010001101001100110010101100000010100011111110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280699; }

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

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

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

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

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

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

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

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