#281597

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

Shades of Ultramarine #281597

Tints of Ultramarine #281597

Color information

#281597 (or 0x281597) is unknown color: approx Ultramarine. HEX triplet: 28, 15 and 97. RGB value is (40,21,151). Sum of RGB (Red+Green+Blue) = 40+21+151=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 151 (59.38% from 255 or 71.23% from 212); Max value from RGB is 151 - color contains mainly: blue. Hex color #281597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281597 is #D7EA68. Grayscale: #292929. Windows color (decimal): -14150249 or 9901352. OLE color: 9901352.

HSL color Cylindrical-coordinate representation of color #281597: hue angle of 248.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281597 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4021151-
CMYK0.740.8600.41
HSL248.77º75.58%33.73%-
HSV(B)248.77º86.09%59.22%-
XYZ6.733.2229.55-
YUV41.5189.79126.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 151 (59.38% from 255) = 71.23%
R=18.87%
G=9.91%
B=71.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40211510.740.8600.41248.7775.5833.73
Hex2815974A56029f94c22
Octal502522711212605137111442
Binary1010001010110010111100101010101100101001111110011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281597; }

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

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

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

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

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

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

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

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