#280AB6

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

Shades of Ultramarine #280AB6

Tints of Ultramarine #280AB6

Color information

#280AB6 (or 0x280AB6) is unknown color: approx Ultramarine. HEX triplet: 28, 0A and B6. RGB value is (40,10,182). Sum of RGB (Red+Green+Blue) = 40+10+182=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 182 (71.48% from 255 or 78.45% from 232); Max value from RGB is 182 - color contains mainly: blue. Hex color #280AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280AB6 is #D7F549. Grayscale: #252525. Windows color (decimal): -14153034 or 11930152. OLE color: 11930152.

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

Color convert

RGB4010182-
CMYK0.780.9500.29
HSL250.47º89.58%37.65%-
HSV(B)250.47º94.51%71.37%-
XYZ9.434.0544.54-
YUV38.58208.94129.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 182 (71.48% from 255) = 78.45%
R=17.24%
G=4.31%
B=78.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40101820.780.9500.29250.4789.5837.65
Hex28AB64E5F01Dfa5a26
Octal501226611613703537213246
Binary10100010101011011010011101011111011101111110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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