#16129F

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

Shades of Ultramarine #16129F

Tints of Ultramarine #16129F

Color information

#16129F (or 0x16129F) is unknown color: approx Ultramarine. HEX triplet: 16, 12 and 9F. RGB value is (22,18,159). Sum of RGB (Red+Green+Blue) = 22+18+159=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 159 (62.5% from 255 or 79.90% from 199); Max value from RGB is 159 - color contains mainly: blue. Hex color #16129F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16129F is #E9ED60. Grayscale: #222222. Windows color (decimal): -15330657 or 10424854. OLE color: 10424854.

HSL color Cylindrical-coordinate representation of color #16129F: hue angle of 241.7º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16129F is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2218159-
CMYK0.860.8900.38
HSL241.7º79.66%34.71%-
HSV(B)241.7º88.68%62.35%-
XYZ6.813.1133.04-
YUV35.27197.83118.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 159 (62.5% from 255) = 79.90%
R=11.06%
G=9.05%
B=79.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22181590.860.8900.38241.779.6634.71
Hex16129F5659026f25023
Octal262223712613104636212043
Binary101101001010011111101011010110010100110111100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16129F; }

 p { color: rgb(22,18,159); }

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

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

 a { background-color: rgb(22,18,159); }

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

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

 span { border-color: rgb(22,18,159); }

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