#16129E

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

Shades of Ultramarine #16129E

Tints of Ultramarine #16129E

Color information

#16129E (or 0x16129E) is unknown color: approx Ultramarine. HEX triplet: 16, 12 and 9E. RGB value is (22,18,158). Sum of RGB (Red+Green+Blue) = 22+18+158=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 158 (62.11% from 255 or 79.80% from 198); Max value from RGB is 158 - color contains mainly: blue. Hex color #16129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16129E is #E9ED61. Grayscale: #222222. Windows color (decimal): -15330658 or 10359318. OLE color: 10359318.

HSL color Cylindrical-coordinate representation of color #16129E: hue angle of 241.71º 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 #16129E is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2218158-
CMYK0.860.8900.38
HSL241.71º79.55%34.51%-
HSV(B)241.71º88.61%61.96%-
XYZ6.723.0732.59-
YUV35.16197.33118.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 18 (7.42% from 255) = 9.09%
BLUE value IS 158 (62.11% from 255) = 79.80%
R=11.11%
G=9.09%
B=79.80%

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
Decimal22181580.860.8900.38241.7179.5534.51
Hex16129E5659026f25023
Octal262223612613104636212043
Binary101101001010011110101011010110010100110111100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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