#280792

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

Shades of Ultramarine #280792

Tints of Ultramarine #280792

Color information

#280792 (or 0x280792) is unknown color: approx Ultramarine. HEX triplet: 28, 07 and 92. RGB value is (40,7,146). Sum of RGB (Red+Green+Blue) = 40+7+146=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #280792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280792 is #D7F86D. Grayscale: #202020. Windows color (decimal): -14153838 or 9570088. OLE color: 9570088.

HSL color Cylindrical-coordinate representation of color #280792: hue angle of 254.24º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280792 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB407146-
CMYK0.730.9500.43
HSL254.24º90.85%30%-
HSV(B)254.24º95.21%57.25%-
XYZ6.142.6827.39-
YUV32.71191.93133.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 146 (57.42% from 255) = 75.65%
R=20.73%
G=3.63%
B=75.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4071460.730.9500.43254.2490.8530
Hex28792495F02Bfe5b1e
Octal50722211113705337613336
Binary1010001111001001010010011011111010101111111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280792; }

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

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

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

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

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

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

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

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