#280996

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

Shades of Ultramarine #280996

Tints of Ultramarine #280996

Color information

#280996 (or 0x280996) is unknown color: approx Ultramarine. HEX triplet: 28, 09 and 96. RGB value is (40,9,150). Sum of RGB (Red+Green+Blue) = 40+9+150=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #280996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280996 is #D7F669. Grayscale: #212121. Windows color (decimal): -14153322 or 9832744. OLE color: 9832744.

HSL color Cylindrical-coordinate representation of color #280996: hue angle of 253.19º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280996 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB409150-
CMYK0.730.9400.41
HSL253.19º88.68%31.18%-
HSV(B)253.19º94%58.82%-
XYZ6.482.8529.06-
YUV34.34193.27132.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 150 (58.98% from 255) = 75.38%
R=20.10%
G=4.52%
B=75.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4091500.730.9400.41253.1988.6831.18
Hex28996495E029fd591f
Octal501122611113605137513137
Binary10100010011001011010010011011110010100111111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280996; }

 p { color: rgb(40,9,150); }

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

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

 a { background-color: rgb(40,9,150); }

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

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

 span { border-color: rgb(40,9,150); }

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