#280ab7

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

Shades of Ultramarine #280AB7

Tints of Ultramarine #280AB7

Color information

#280AB7 (or 0x280AB7) is unknown color: approx Ultramarine. HEX triplet: 28, 0A and B7. RGB value is (40,10,183). Sum of RGB (Red+Green+Blue) = 40+10+183=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 183 (71.88% from 255 or 78.54% from 233); Max value from RGB is 183 - color contains mainly: blue. Hex color #280AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280AB7 is #D7F548. Grayscale: #262626. Windows color (decimal): -14153033 or 11995688. OLE color: 11995688.

HSL color Cylindrical-coordinate representation of color #280AB7: hue angle of 250.4º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280AB7 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4010183-
CMYK0.780.9500.28
HSL250.4º89.64%37.84%-
HSV(B)250.4º94.54%71.76%-
XYZ9.534.0945.09-
YUV38.69209.44128.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 183 (71.88% from 255) = 78.54%
R=17.17%
G=4.29%
B=78.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal40101830.780.9500.28250.489.6437.84
Hex28AB74E5F01Cfa5a26
Octal501226711613703437213246
Binary10100010101011011110011101011111011100111110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280ab7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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