#280292

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

Shades of Ultramarine #280292

Tints of Ultramarine #280292

Color information

#280292 (or 0x280292) is unknown color: approx Ultramarine. HEX triplet: 28, 02 and 92. RGB value is (40,2,146). Sum of RGB (Red+Green+Blue) = 40+2+146=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #280292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280292 is #D7FD6D. Grayscale: #1D1D1D. Windows color (decimal): -14155118 or 9568808. OLE color: 9568808.

HSL color Cylindrical-coordinate representation of color #280292: hue angle of 255.83º 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 #280292 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB402146-
CMYK0.730.9900.43
HSL255.83º97.3%29.02%-
HSV(B)255.83º98.63%57.25%-
XYZ6.092.5727.37-
YUV29.78193.59135.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 146 (57.42% from 255) = 77.66%
R=21.28%
G=1.06%
B=77.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4021460.730.9900.43255.8397.329.02
Hex28292496302B100611d
Octal50222211114305340014135
Binary1010001010010010100100111000110101011100000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280292; }

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

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

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

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

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

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

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

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