#280A9E

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

Shades of Ultramarine #280A9E

Tints of Ultramarine #280A9E

Color information

#280A9E (or 0x280A9E) is unknown color: approx Ultramarine. HEX triplet: 28, 0A and 9E. RGB value is (40,10,158). Sum of RGB (Red+Green+Blue) = 40+10+158=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #280A9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280A9E is #D7F561. Grayscale: #232323. Windows color (decimal): -14153058 or 10357288. OLE color: 10357288.

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

Color convert

RGB4010158-
CMYK0.750.9400.38
HSL252.16º88.1%32.94%-
HSV(B)252.16º93.67%61.96%-
XYZ7.163.1432.58-
YUV35.84196.94130.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 10 (4.30% from 255) = 4.81%
BLUE value IS 158 (62.11% from 255) = 75.96%
R=19.23%
G=4.81%
B=75.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40101580.750.9400.38252.1688.132.94
Hex28A9E4B5E026fc5821
Octal501223611313604637413041
Binary101000101010011110100101110111100100110111111001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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