#280B9E

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

Shades of Ultramarine #280B9E

Tints of Ultramarine #280B9E

Color information

#280B9E (or 0x280B9E) is unknown color: approx Ultramarine. HEX triplet: 28, 0B and 9E. RGB value is (40,11,158). Sum of RGB (Red+Green+Blue) = 40+11+158=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #280B9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280B9E is #D7F461. Grayscale: #232323. Windows color (decimal): -14152802 or 10357544. OLE color: 10357544.

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

Color convert

RGB4011158-
CMYK0.750.9300.38
HSL251.84º86.98%33.14%-
HSV(B)251.84º93.04%61.96%-
XYZ7.173.1632.58-
YUV36.43196.61130.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 158 (62.11% from 255) = 75.60%
R=19.14%
G=5.26%
B=75.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40111580.750.9300.38251.8486.9833.14
Hex28B9E4B5D026fc5721
Octal501323611313504637412741
Binary101000101110011110100101110111010100110111111001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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