#16008B

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

Shades of Ultramarine #16008B

Tints of Ultramarine #16008B

Color information

#16008B (or 0x16008B) is unknown color: approx Ultramarine. HEX triplet: 16, 00 and 8B. RGB value is (22,0,139). Sum of RGB (Red+Green+Blue) = 22+0+139=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #16008B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16008B is #E9FF74. Grayscale: #151515. Windows color (decimal): -15335285 or 9109526. OLE color: 9109526.

HSL color Cylindrical-coordinate representation of color #16008B: hue angle of 249.5º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16008B is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB220139-
CMYK0.84100.45
HSL249.5º100%27.25%-
HSV(B)249.5º100%54.51%-
XYZ4.992.0324.56-
YUV22.42193.79127.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 86.34%
R=13.66%
G=0%
B=86.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2201390.84100.45249.510027.25
Hex1608B546402Df9641b
Octal26021312414405537114433
Binary1011001000101110101001100100010110111111001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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