#281AA8

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

Shades of Ultramarine #281AA8

Tints of Ultramarine #281AA8

Color information

#281AA8 (or 0x281AA8) is unknown color: approx Ultramarine. HEX triplet: 28, 1A and A8. RGB value is (40,26,168). Sum of RGB (Red+Green+Blue) = 40+26+168=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 168 (66.02% from 255 or 71.79% from 234); Max value from RGB is 168 - color contains mainly: blue. Hex color #281AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281AA8 is #D7E557. Grayscale: #2D2D2D. Windows color (decimal): -14148952 or 11016744. OLE color: 11016744.

HSL color Cylindrical-coordinate representation of color #281AA8: hue angle of 245.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281AA8 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4026168-
CMYK0.760.8500.34
HSL245.92º73.2%38.04%-
HSV(B)245.92º84.52%65.88%-
XYZ8.314.0237.38-
YUV46.37196.64123.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 168 (66.02% from 255) = 71.79%
R=17.09%
G=11.11%
B=71.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal40261680.760.8500.34245.9273.238.04
Hex281AA84C55022f64926
Octal503225011412504236611146
Binary1010001101010101000100110010101010100010111101101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281AA8; }

 p { color: rgb(40,26,168); }

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

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

 a { background-color: rgb(40,26,168); }

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

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

 span { border-color: rgb(40,26,168); }

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