#280A96

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

Shades of Ultramarine #280A96

Tints of Ultramarine #280A96

Color information

#280A96 (or 0x280A96) is unknown color: approx Ultramarine. HEX triplet: 28, 0A and 96. RGB value is (40,10,150). Sum of RGB (Red+Green+Blue) = 40+10+150=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #280A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280A96 is #D7F569. Grayscale: #222222. Windows color (decimal): -14153066 or 9833000. OLE color: 9833000.

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

Color convert

RGB4010150-
CMYK0.730.9300.41
HSL252.86º87.5%31.37%-
HSV(B)252.86º93.33%58.82%-
XYZ6.492.8729.07-
YUV34.93192.94131.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 150 (58.98% from 255) = 75%
R=20%
G=5%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40101500.730.9300.41252.8687.531.37
Hex28A96495D029fd581f
Octal501222611113505137513037
Binary10100010101001011010010011011101010100111111101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280A96; }

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

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

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

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

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

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

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

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