#160683

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

Shades of Ultramarine #160683

Tints of Ultramarine #160683

Color information

#160683 (or 0x160683) is unknown color: approx Ultramarine. HEX triplet: 16, 06 and 83. RGB value is (22,6,131). Sum of RGB (Red+Green+Blue) = 22+6+131=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #160683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160683 is #E9F97C. Grayscale: #181818. Windows color (decimal): -15333757 or 8586774. OLE color: 8586774.

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

Color convert

RGB226131-
CMYK0.830.9500.49
HSL247.68º91.24%26.86%-
HSV(B)247.68º95.42%51.37%-
XYZ4.491.9421.61-
YUV25.03187.8125.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 131 (51.56% from 255) = 82.39%
R=13.84%
G=3.77%
B=82.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2261310.830.9500.49247.6891.2426.86
Hex16683535F031f85b1b
Octal26620312313706137013333
Binary101101101000001110100111011111011000111111000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160683; }

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

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

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

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

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

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

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

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