#281D8D

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

Shades of Ultramarine #281D8D

Tints of Ultramarine #281D8D

Color information

#281D8D (or 0x281D8D) is unknown color: approx Ultramarine. HEX triplet: 28, 1D and 8D. RGB value is (40,29,141). Sum of RGB (Red+Green+Blue) = 40+29+141=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #281D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281D8D is #D7E272. Grayscale: #2C2C2C. Windows color (decimal): -14148211 or 9248040. OLE color: 9248040.

HSL color Cylindrical-coordinate representation of color #281D8D: hue angle of 245.89º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281D8D is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4029141-
CMYK0.720.7900.45
HSL245.89º65.88%33.33%-
HSV(B)245.89º79.43%55.29%-
XYZ6.123.2525.5-
YUV45.06182.14124.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 29 (11.72% from 255) = 13.81%
BLUE value IS 141 (55.47% from 255) = 67.14%
R=19.05%
G=13.81%
B=67.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40291410.720.7900.45245.8965.8833.33
Hex281D8D484F02Df64221
Octal503521511011705536610241
Binary1010001110110001101100100010011110101101111101101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281D8D; }

 p { color: rgb(40,29,141); }

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

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

 a { background-color: rgb(40,29,141); }

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

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

 span { border-color: rgb(40,29,141); }

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