#280EA5

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

Shades of Ultramarine #280EA5

Tints of Ultramarine #280EA5

Color information

#280EA5 (or 0x280EA5) is unknown color: approx Ultramarine. HEX triplet: 28, 0E and A5. RGB value is (40,14,165). Sum of RGB (Red+Green+Blue) = 40+14+165=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 165 (64.84% from 255 or 75.34% from 219); Max value from RGB is 165 - color contains mainly: blue. Hex color #280EA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280EA5 is #D7F15A. Grayscale: #262626. Windows color (decimal): -14152027 or 10817064. OLE color: 10817064.

HSL color Cylindrical-coordinate representation of color #280EA5: hue angle of 250.33º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280EA5 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4014165-
CMYK0.760.9200.35
HSL250.33º84.36%35.1%-
HSV(B)250.33º91.52%64.71%-
XYZ7.823.4835.86-
YUV38.99199.11128.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 165 (64.84% from 255) = 75.34%
R=18.26%
G=6.39%
B=75.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40141650.760.9200.35250.3384.3635.1
Hex28EA54C5C023fa5423
Octal501624511413404337212443
Binary101000111010100101100110010111000100011111110101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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