#280595

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

Shades of Ultramarine #280595

Tints of Ultramarine #280595

Color information

#280595 (or 0x280595) is unknown color: approx Ultramarine. HEX triplet: 28, 05 and 95. RGB value is (40,5,149). Sum of RGB (Red+Green+Blue) = 40+5+149=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #280595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280595 is #D7FA6A. Grayscale: #1F1F1F. Windows color (decimal): -14154347 or 9766184. OLE color: 9766184.

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

Color convert

RGB405149-
CMYK0.730.9700.42
HSL254.58º93.51%30.2%-
HSV(B)254.58º96.64%58.43%-
XYZ6.352.7328.63-
YUV31.88194.1133.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 149 (58.59% from 255) = 76.80%
R=20.62%
G=2.58%
B=76.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4051490.730.9700.42254.5893.5130.2
Hex28595496102Aff5e1e
Octal50522511114105237713636
Binary1010001011001010110010011100001010101011111111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280595; }

 p { color: rgb(40,5,149); }

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

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

 a { background-color: rgb(40,5,149); }

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

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

 span { border-color: rgb(40,5,149); }

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