#281395

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

Shades of Ultramarine #281395

Tints of Ultramarine #281395

Color information

#281395 (or 0x281395) is unknown color: approx Ultramarine. HEX triplet: 28, 13 and 95. RGB value is (40,19,149). Sum of RGB (Red+Green+Blue) = 40+19+149=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #281395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281395 is #D7EC6A. Grayscale: #272727. Windows color (decimal): -14150763 or 9769768. OLE color: 9769768.

HSL color Cylindrical-coordinate representation of color #281395: hue angle of 249.69º degrees, saturation: 0.77, 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 #281395 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4019149-
CMYK0.730.8700.42
HSL249.69º77.38%32.94%-
HSV(B)249.69º87.25%58.43%-
XYZ6.533.0928.69-
YUV40.1189.46127.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 149 (58.59% from 255) = 71.63%
R=19.23%
G=9.13%
B=71.63%

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
Decimal40191490.730.8700.42249.6977.3832.94
Hex281395495702Afa4d21
Octal502322511112705237211541
Binary1010001001110010101100100110101110101010111110101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281395; }

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

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

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

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

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

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

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

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