#280BAA

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

Shades of Ultramarine #280BAA

Tints of Ultramarine #280BAA

Color information

#280BAA (or 0x280BAA) is unknown color: approx Ultramarine. HEX triplet: 28, 0B and AA. RGB value is (40,11,170). Sum of RGB (Red+Green+Blue) = 40+11+170=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #280BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280BAA is #D7F455. Grayscale: #252525. Windows color (decimal): -14152790 or 11143976. OLE color: 11143976.

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

Color convert

RGB4011170-
CMYK0.760.9400.33
HSL250.94º87.85%35.49%-
HSV(B)250.94º93.53%66.67%-
XYZ8.253.5938.29-
YUV37.8202.61129.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 170 (66.80% from 255) = 76.92%
R=18.10%
G=4.98%
B=76.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40111700.760.9400.33250.9487.8535.49
Hex28BAA4C5E021fb5823
Octal501325211413604137313043
Binary101000101110101010100110010111100100001111110111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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