#280EAC

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

Shades of Ultramarine #280EAC

Tints of Ultramarine #280EAC

Color information

#280EAC (or 0x280EAC) is unknown color: approx Ultramarine. HEX triplet: 28, 0E and AC. RGB value is (40,14,172). Sum of RGB (Red+Green+Blue) = 40+14+172=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #280EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280EAC is #D7F153. Grayscale: #272727. Windows color (decimal): -14152020 or 11275816. OLE color: 11275816.

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

Color convert

RGB4014172-
CMYK0.770.9200.33
HSL249.87º84.95%36.47%-
HSV(B)249.87º91.86%67.45%-
XYZ8.483.7439.31-
YUV39.79202.61128.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 14 (5.86% from 255) = 6.19%
BLUE value IS 172 (67.58% from 255) = 76.11%
R=17.70%
G=6.19%
B=76.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40141720.770.9200.33249.8784.9536.47
Hex28EAC4D5C021fa5524
Octal501625411513404137212544
Binary101000111010101100100110110111000100001111110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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