#280895

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

Shades of Ultramarine #280895

Tints of Ultramarine #280895

Color information

#280895 (or 0x280895) is unknown color: approx Ultramarine. HEX triplet: 28, 08 and 95. RGB value is (40,8,149). Sum of RGB (Red+Green+Blue) = 40+8+149=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #280895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280895 is #D7F76A. Grayscale: #212121. Windows color (decimal): -14153579 or 9766952. OLE color: 9766952.

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

Color convert

RGB408149-
CMYK0.730.9500.42
HSL253.62º89.81%30.78%-
HSV(B)253.62º94.63%58.43%-
XYZ6.392.7928.64-
YUV33.64193.1132.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 149 (58.59% from 255) = 75.63%
R=20.30%
G=4.06%
B=75.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4081490.730.9500.42253.6289.8130.78
Hex28895495F02Afe5a1f
Octal501022511113705237613237
Binary10100010001001010110010011011111010101011111110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280895; }

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

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

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

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

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

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

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

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