#280291

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

Shades of Ultramarine #280291

Tints of Ultramarine #280291

Color information

#280291 (or 0x280291) is unknown color: approx Ultramarine. HEX triplet: 28, 02 and 91. RGB value is (40,2,145). Sum of RGB (Red+Green+Blue) = 40+2+145=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 145 (57.03% from 255 or 77.54% from 187); Max value from RGB is 145 - color contains mainly: blue. Hex color #280291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280291 is #D7FD6E. Grayscale: #1D1D1D. Windows color (decimal): -14155119 or 9503272. OLE color: 9503272.

HSL color Cylindrical-coordinate representation of color #280291: hue angle of 255.94º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280291 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB402145-
CMYK0.720.9900.43
HSL255.94º97.28%28.82%-
HSV(B)255.94º98.62%56.86%-
XYZ6.012.5426.96-
YUV29.66193.09135.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 145 (57.03% from 255) = 77.54%
R=21.39%
G=1.07%
B=77.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4021450.720.9900.43255.9497.2828.82
Hex28291486302B100611d
Octal50222111014305340014135
Binary1010001010010001100100011000110101011100000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280291; }

 p { color: rgb(40,2,145); }

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

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

 a { background-color: rgb(40,2,145); }

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

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

 span { border-color: rgb(40,2,145); }

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