#160185

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

Shades of Ultramarine #160185

Tints of Ultramarine #160185

Color information

#160185 (or 0x160185) is unknown color: approx Ultramarine. HEX triplet: 16, 01 and 85. RGB value is (22,1,133). Sum of RGB (Red+Green+Blue) = 22+1+133=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #160185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160185 is #E9FE7A. Grayscale: #151515. Windows color (decimal): -15335035 or 8716566. OLE color: 8716566.

HSL color Cylindrical-coordinate representation of color #160185: hue angle of 249.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160185 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB221133-
CMYK0.830.9900.48
HSL249.55º98.51%26.27%-
HSV(B)249.55º99.25%52.16%-
XYZ4.581.8922.31-
YUV22.33190.46127.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 133 (52.34% from 255) = 85.26%
R=14.10%
G=0.64%
B=85.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2211330.830.9900.48249.5598.5126.27
Hex161855363030fa631a
Octal26120512314306037214332
Binary1011011000010110100111100011011000011111010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160185; }

 p { color: rgb(22,1,133); }

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

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

 a { background-color: rgb(22,1,133); }

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

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

 span { border-color: rgb(22,1,133); }

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