#161296

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

Shades of Ultramarine #161296

Tints of Ultramarine #161296

Color information

#161296 (or 0x161296) is unknown color: approx Ultramarine. HEX triplet: 16, 12 and 96. RGB value is (22,18,150). Sum of RGB (Red+Green+Blue) = 22+18+150=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #161296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161296 is #E9ED69. Grayscale: #212121. Windows color (decimal): -15330666 or 9835030. OLE color: 9835030.

HSL color Cylindrical-coordinate representation of color #161296: hue angle of 241.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #161296 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2218150-
CMYK0.850.8800.41
HSL241.82º78.57%32.94%-
HSV(B)241.82º88%58.82%-
XYZ6.052.8129.08-
YUV34.24193.33119.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 150 (58.98% from 255) = 78.95%
R=11.58%
G=9.47%
B=78.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22181500.850.8800.41241.8278.5732.94
Hex1612965558029f24f21
Octal262222612513005136211741
Binary101101001010010110101010110110000101001111100101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161296; }

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

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

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

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

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

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

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

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