#16208B

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

Shades of Ultramarine #16208B

Tints of Ultramarine #16208B

Color information

#16208B (or 0x16208B) is unknown color: approx Ultramarine. HEX triplet: 16, 20 and 8B. RGB value is (22,32,139). Sum of RGB (Red+Green+Blue) = 22+32+139=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #16208B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16208B is #E9DF74. Grayscale: #282828. Windows color (decimal): -15327093 or 9117718. OLE color: 9117718.

HSL color Cylindrical-coordinate representation of color #16208B: hue angle of 234.87º 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 #16208B is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2232139-
CMYK0.840.7700.45
HSL234.87º72.67%31.57%-
HSV(B)234.87º84.17%54.51%-
XYZ5.513.0724.73-
YUV41.21183.19114.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 139 (54.69% from 255) = 72.02%
R=11.40%
G=16.58%
B=72.02%

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
Decimal22321390.840.7700.45234.8772.6731.57
Hex16208B544D02Deb4920
Octal264021312411505535311140
Binary1011010000010001011101010010011010101101111010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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