#160D83

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

Shades of Ultramarine #160D83

Tints of Ultramarine #160D83

Color information

#160D83 (or 0x160D83) is unknown color: approx Ultramarine. HEX triplet: 16, 0D and 83. RGB value is (22,13,131). Sum of RGB (Red+Green+Blue) = 22+13+131=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #160D83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160D83 is #E9F27C. Grayscale: #1C1C1C. Windows color (decimal): -15331965 or 8588566. OLE color: 8588566.

HSL color Cylindrical-coordinate representation of color #160D83: hue angle of 244.58º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160D83 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2213131-
CMYK0.830.9000.49
HSL244.58º81.94%28.24%-
HSV(B)244.58º90.08%51.37%-
XYZ4.572.121.64-
YUV29.14185.48122.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 131 (51.56% from 255) = 78.92%
R=13.25%
G=7.83%
B=78.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22131310.830.9000.49244.5881.9428.24
Hex16D83535A031f5521c
Octal261520312313206136512234
Binary1011011011000001110100111011010011000111110101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160D83; }

 p { color: rgb(22,13,131); }

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

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

 a { background-color: rgb(22,13,131); }

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

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

 span { border-color: rgb(22,13,131); }

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