#281F8E

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

Shades of Ultramarine #281F8E

Tints of Ultramarine #281F8E

Color information

#281F8E (or 0x281F8E) is unknown color: approx Ultramarine. HEX triplet: 28, 1F and 8E. RGB value is (40,31,142). Sum of RGB (Red+Green+Blue) = 40+31+142=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #281F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F8E is #D7E071. Grayscale: #2D2D2D. Windows color (decimal): -14147698 or 9314088. OLE color: 9314088.

HSL color Cylindrical-coordinate representation of color #281F8E: hue angle of 244.86º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #281F8E is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4031142-
CMYK0.720.7800.44
HSL244.86º64.16%33.92%-
HSV(B)244.86º78.17%55.69%-
XYZ6.253.3825.92-
YUV46.34181.98123.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.78%
GREEN value IS 31 (12.5% from 255) = 14.55%
BLUE value IS 142 (55.86% from 255) = 66.67%
R=18.78%
G=14.55%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40311420.720.7800.44244.8664.1633.92
Hex281F8E484E02Cf54022
Octal503721611011605436510042
Binary1010001111110001110100100010011100101100111101011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,31,142); }

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

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

 a { background-color: rgb(40,31,142); }

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

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

 span { border-color: rgb(40,31,142); }

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