#280EAD

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

Shades of Ultramarine #280EAD

Tints of Ultramarine #280EAD

Color information

#280EAD (or 0x280EAD) is unknown color: approx Ultramarine. HEX triplet: 28, 0E and AD. RGB value is (40,14,173). Sum of RGB (Red+Green+Blue) = 40+14+173=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #280EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280EAD is #D7F152. Grayscale: #272727. Windows color (decimal): -14152019 or 11341352. OLE color: 11341352.

HSL color Cylindrical-coordinate representation of color #280EAD: hue angle of 249.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280EAD is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4014173-
CMYK0.770.9200.32
HSL249.81º85.03%36.67%-
HSV(B)249.81º91.91%67.84%-
XYZ8.573.7839.81-
YUV39.9203.11128.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=17.62%
G=6.17%
B=76.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40141730.770.9200.32249.8185.0336.67
Hex28EAD4D5C020fa5525
Octal501625511513404037212545
Binary101000111010101101100110110111000100000111110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,14,173); }

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

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

 a { background-color: rgb(40,14,173); }

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

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

 span { border-color: rgb(40,14,173); }

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