#160982

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

Shades of Ultramarine #160982

Tints of Ultramarine #160982

Color information

#160982 (or 0x160982) is unknown color: approx Ultramarine. HEX triplet: 16, 09 and 82. RGB value is (22,9,130). Sum of RGB (Red+Green+Blue) = 22+9+130=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 130 (51.17% from 255 or 80.75% from 161); Max value from RGB is 130 - color contains mainly: blue. Hex color #160982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160982 is #E9F67D. Grayscale: #1A1A1A. Windows color (decimal): -15332990 or 8522006. OLE color: 8522006.

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

Color convert

RGB229130-
CMYK0.830.9300.49
HSL246.45º87.05%27.25%-
HSV(B)246.45º93.08%50.98%-
XYZ4.461.9821.27-
YUV26.68186.31124.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 130 (51.17% from 255) = 80.75%
R=13.66%
G=5.59%
B=80.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2291300.830.9300.49246.4587.0527.25
Hex16982535D031f6571b
Octal261120212313506136612733
Binary1011010011000001010100111011101011000111110110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160982; }

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

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

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

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

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

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

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

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