#280FAA

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

Shades of Ultramarine #280FAA

Tints of Ultramarine #280FAA

Color information

#280FAA (or 0x280FAA) is unknown color: approx Ultramarine. HEX triplet: 28, 0F and AA. RGB value is (40,15,170). Sum of RGB (Red+Green+Blue) = 40+15+170=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #280FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280FAA is #D7F055. Grayscale: #272727. Windows color (decimal): -14151766 or 11145000. OLE color: 11145000.

HSL color Cylindrical-coordinate representation of color #280FAA: hue angle of 249.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280FAA is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4015170-
CMYK0.760.9100.33
HSL249.68º83.78%36.27%-
HSV(B)249.68º91.18%66.67%-
XYZ8.33.738.31-
YUV40.14201.28127.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 170 (66.80% from 255) = 75.56%
R=17.78%
G=6.67%
B=75.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40151700.760.9100.33249.6883.7836.27
Hex28FAA4C5B021fa5424
Octal501725211413304137212444
Binary101000111110101010100110010110110100001111110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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