#16208D

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

Shades of Ultramarine #16208D

Tints of Ultramarine #16208D

Color information

#16208D (or 0x16208D) is unknown color: approx Ultramarine. HEX triplet: 16, 20 and 8D. RGB value is (22,32,141). Sum of RGB (Red+Green+Blue) = 22+32+141=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #16208D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16208D is #E9DF72. Grayscale: #282828. Windows color (decimal): -15327091 or 9248790. OLE color: 9248790.

HSL color Cylindrical-coordinate representation of color #16208D: hue angle of 234.96º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16208D is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2232141-
CMYK0.840.7700.45
HSL234.96º73.01%31.96%-
HSV(B)234.96º84.4%55.29%-
XYZ5.663.1325.5-
YUV41.44184.19114.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 141 (55.47% from 255) = 72.31%
R=11.28%
G=16.41%
B=72.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22321410.840.7700.45234.9673.0131.96
Hex16208D544D02Deb4920
Octal264021512411505535311140
Binary1011010000010001101101010010011010101101111010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16208D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16208D; }

 p { color: rgb(22,32,141); }

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

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

 a { background-color: rgb(22,32,141); }

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

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

 span { border-color: rgb(22,32,141); }

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