#280FA0

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

Shades of Ultramarine #280FA0

Tints of Ultramarine #280FA0

Color information

#280FA0 (or 0x280FA0) is unknown color: approx Ultramarine. HEX triplet: 28, 0F and A0. RGB value is (40,15,160). Sum of RGB (Red+Green+Blue) = 40+15+160=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 160 (62.89% from 255 or 74.42% from 215); Max value from RGB is 160 - color contains mainly: blue. Hex color #280FA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280FA0 is #D7F05F. Grayscale: #262626. Windows color (decimal): -14151776 or 10489640. OLE color: 10489640.

HSL color Cylindrical-coordinate representation of color #280FA0: hue angle of 250.34º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280FA0 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4015160-
CMYK0.750.9100.37
HSL250.34º82.86%34.31%-
HSV(B)250.34º90.62%62.75%-
XYZ7.393.3333.51-
YUV39.01196.28128.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 160 (62.89% from 255) = 74.42%
R=18.60%
G=6.98%
B=74.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40151600.750.9100.37250.3482.8634.31
Hex28FA04B5B025fa5322
Octal501724011313304537212342
Binary101000111110100000100101110110110100101111110101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,15,160); }

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

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

 a { background-color: rgb(40,15,160); }

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

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

 span { border-color: rgb(40,15,160); }

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