#280993

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

Shades of Ultramarine #280993

Tints of Ultramarine #280993

Color information

#280993 (or 0x280993) is unknown color: approx Ultramarine. HEX triplet: 28, 09 and 93. RGB value is (40,9,147). Sum of RGB (Red+Green+Blue) = 40+9+147=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #280993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280993 is #D7F66C. Grayscale: #212121. Windows color (decimal): -14153325 or 9636136. OLE color: 9636136.

HSL color Cylindrical-coordinate representation of color #280993: hue angle of 253.48º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280993 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB409147-
CMYK0.730.9400.42
HSL253.48º88.46%30.59%-
HSV(B)253.48º93.88%57.65%-
XYZ6.242.7527.81-
YUV34191.77132.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 147 (57.81% from 255) = 75%
R=20.41%
G=4.59%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4091470.730.9400.42253.4888.4630.59
Hex28993495E02Afd581f
Octal501122311113605237513037
Binary10100010011001001110010011011110010101011111101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280993; }

 p { color: rgb(40,9,147); }

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

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

 a { background-color: rgb(40,9,147); }

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

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

 span { border-color: rgb(40,9,147); }

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