#281495

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

Shades of Ultramarine #281495

Tints of Ultramarine #281495

Color information

#281495 (or 0x281495) is unknown color: approx Ultramarine. HEX triplet: 28, 14 and 95. RGB value is (40,20,149). Sum of RGB (Red+Green+Blue) = 40+20+149=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #281495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281495 is #D7EB6A. Grayscale: #282828. Windows color (decimal): -14150507 or 9770024. OLE color: 9770024.

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

Color convert

RGB4020149-
CMYK0.730.8700.42
HSL249.3º76.33%33.14%-
HSV(B)249.3º86.58%58.43%-
XYZ6.553.1228.69-
YUV40.69189.13127.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=19.14%
G=9.57%
B=71.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40201490.730.8700.42249.376.3333.14
Hex281495495702Af94c21
Octal502422511112705237111441
Binary1010001010010010101100100110101110101010111110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281495; }

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

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

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

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

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

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

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

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