#161386

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

Shades of Ultramarine #161386

Tints of Ultramarine #161386

Color information

#161386 (or 0x161386) is unknown color: approx Ultramarine. HEX triplet: 16, 13 and 86. RGB value is (22,19,134). Sum of RGB (Red+Green+Blue) = 22+19+134=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 134 (52.73% from 255 or 76.57% from 175); Max value from RGB is 134 - color contains mainly: blue. Hex color #161386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161386 is #E9EC79. Grayscale: #202020. Windows color (decimal): -15330426 or 8786710. OLE color: 8786710.

HSL color Cylindrical-coordinate representation of color #161386: hue angle of 241.57º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161386 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2219134-
CMYK0.840.8600.47
HSL241.57º75.16%30%-
HSV(B)241.57º85.82%52.55%-
XYZ4.872.3622.75-
YUV33.01184.99120.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 134 (52.73% from 255) = 76.57%
R=12.57%
G=10.86%
B=76.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22191340.840.8600.47241.5775.1630
Hex161386545602Ff24b1e
Octal262320612412605736211336
Binary10110100111000011010101001010110010111111110010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161386; }

 p { color: rgb(22,19,134); }

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

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

 a { background-color: rgb(22,19,134); }

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

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

 span { border-color: rgb(22,19,134); }

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