#281F95

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

Shades of Ultramarine #281F95

Tints of Ultramarine #281F95

Color information

#281F95 (or 0x281F95) is unknown color: approx Ultramarine. HEX triplet: 28, 1F and 95. RGB value is (40,31,149). Sum of RGB (Red+Green+Blue) = 40+31+149=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #281F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F95 is #D7E06A. Grayscale: #2E2E2E. Windows color (decimal): -14147691 or 9772840. OLE color: 9772840.

HSL color Cylindrical-coordinate representation of color #281F95: hue angle of 244.58º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281F95 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4031149-
CMYK0.730.7900.42
HSL244.58º65.56%35.29%-
HSV(B)244.58º79.19%58.43%-
XYZ6.793.628.77-
YUV47.14185.48122.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 31 (12.5% from 255) = 14.09%
BLUE value IS 149 (58.59% from 255) = 67.73%
R=18.18%
G=14.09%
B=67.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40311490.730.7900.42244.5865.5635.29
Hex281F95494F02Af54223
Octal503722511111705236510243
Binary1010001111110010101100100110011110101010111101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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