#160482

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

Shades of Ultramarine #160482

Tints of Ultramarine #160482

Color information

#160482 (or 0x160482) is unknown color: approx Ultramarine. HEX triplet: 16, 04 and 82. RGB value is (22,4,130). Sum of RGB (Red+Green+Blue) = 22+4+130=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 130 (51.17% from 255 or 83.33% from 156); Max value from RGB is 130 - color contains mainly: blue. Hex color #160482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160482 is #E9FB7D. Grayscale: #171717. Windows color (decimal): -15334270 or 8520726. OLE color: 8520726.

HSL color Cylindrical-coordinate representation of color #160482: hue angle of 248.57º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160482 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB224130-
CMYK0.830.9700.49
HSL248.57º94.03%26.27%-
HSV(B)248.57º96.92%50.98%-
XYZ4.41.8721.25-
YUV23.75187.96126.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 130 (51.17% from 255) = 83.33%
R=14.10%
G=2.56%
B=83.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2241300.830.9700.49248.5794.0326.27
Hex164825361031f95e1a
Octal26420212314106137113632
Binary101101001000001010100111100001011000111111001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160482; }

 p { color: rgb(22,4,130); }

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

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

 a { background-color: rgb(22,4,130); }

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

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

 span { border-color: rgb(22,4,130); }

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