#281594

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

Shades of Ultramarine #281594

Tints of Ultramarine #281594

Color information

#281594 (or 0x281594) is unknown color: approx Ultramarine. HEX triplet: 28, 15 and 94. RGB value is (40,21,148). Sum of RGB (Red+Green+Blue) = 40+21+148=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #281594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281594 is #D7EA6B. Grayscale: #282828. Windows color (decimal): -14150252 or 9704744. OLE color: 9704744.

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

Color convert

RGB4021148-
CMYK0.730.8600.42
HSL248.98º75.15%33.14%-
HSV(B)248.98º85.81%58.04%-
XYZ6.493.1328.28-
YUV41.16188.29127.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 148 (58.20% from 255) = 70.81%
R=19.14%
G=10.05%
B=70.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40211480.730.8600.42248.9875.1533.14
Hex281594495602Af94b21
Octal502522411112605237111341
Binary1010001010110010100100100110101100101010111110011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281594; }

 p { color: rgb(40,21,148); }

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

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

 a { background-color: rgb(40,21,148); }

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

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

 span { border-color: rgb(40,21,148); }

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